GitHub

DaffCartCouponRemoveAllFailure

Indicates the failed removal of all of the cart's coupons.

import { DaffCartCouponRemoveAllFailure } from '@daffodil/cart/state'
class DaffCartCouponRemoveAllFailure implements DaffFailureAction {
  readonly type: DaffCartCouponActionTypes.CartCouponRemoveAllFailureAction
  payload: DaffStateError[]
}

Properties

Name Type Description
type DaffCartCouponActionTypes.CartCouponRemoveAllFailureAction
payload DaffStateError[]