GitHub

DaffCartCouponRemove

Triggers the removal of a cart coupon.

import { DaffCartCouponRemove } from '@daffodil/cart/state'
class DaffCartCouponRemove<<T extends DaffCartCoupon = DaffCartCoupon>>  implements Action {
  readonly type: DaffCartCouponActionTypes.CartCouponRemoveAction
  payload: T
}

Properties

Name Type Description
type DaffCartCouponActionTypes.CartCouponRemoveAction
payload T