DaffCartCouponRemoveAllSuccess
Indicates the successful removal of all of the cart's coupons.
import { DaffCartCouponRemoveAllSuccess } from '@daffodil/cart/state'
class DaffCartCouponRemoveAllSuccess<<T extends DaffCart = DaffCart>> implements DaffCartRetrievalAction<T> {
readonly type: DaffCartCouponActionTypes.CartCouponRemoveAllSuccessAction
payload: Partial<T>
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCartCouponActionTypes.CartCouponRemoveAllSuccessAction | |
payload | Partial<T> |