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