DaffCartCouponApply
Triggers the application of a cart coupon.
import { DaffCartCouponApply } from '@daffodil/cart/state'
class DaffCartCouponApply<<T extends DaffCartCoupon = DaffCartCoupon>> implements Action {
readonly type: DaffCartCouponActionTypes.CartCouponApplyAction
payload: T
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCartCouponActionTypes.CartCouponApplyAction | |
payload | T |