GitHub

DaffCartCouponRemoveAll

Triggers the removal of all of the cart's coupons.

import { DaffCartCouponRemoveAll } from '@daffodil/cart/state'
class DaffCartCouponRemoveAll implements Action {
  readonly type: DaffCartCouponActionTypes.CartCouponRemoveAllAction
}

Properties

Name Type Description
type DaffCartCouponActionTypes.CartCouponRemoveAllAction