DaffCartCouponApplyFailure
Indicates the failed application of a cart coupon.
import { DaffCartCouponApplyFailure } from '@daffodil/cart/state'
class DaffCartCouponApplyFailure implements DaffFailureAction {
readonly type: DaffCartCouponActionTypes.CartCouponApplyFailureAction
payload: DaffStateError[]
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCartCouponActionTypes.CartCouponApplyFailureAction | |
payload | DaffStateError[] |