GitHub

DaffCartCouponRemoveFailure

Indicates the failed removal of a cart coupon.

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

Properties

Name Type Description
type DaffCartCouponActionTypes.CartCouponRemoveFailureAction
payload DaffStateError[]