DaffCartStoreCreditRemoveSuccess
Indicates a successful apply of the cart's store credit.
import { DaffCartStoreCreditRemoveSuccess } from '@daffodil/cart-store-credit/state'
class DaffCartStoreCreditRemoveSuccess<<T extends DaffCartWithStoreCredit = DaffCartWithStoreCredit>> implements Action {
readonly type: DaffCartStoreCreditActionTypes.StoreCreditRemoveSuccessAction
payload: T
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCartStoreCreditActionTypes.StoreCreditRemoveSuccessAction | |
payload | T |