GitHub

DaffCartStoreCreditApplySuccess

Indicates a successful apply of the cart's store credit.

import { DaffCartStoreCreditApplySuccess } from '@daffodil/cart-store-credit/state'
class DaffCartStoreCreditApplySuccess<<T extends DaffCartWithStoreCredit = DaffCartWithStoreCredit>>  implements Action {
  readonly type: DaffCartStoreCreditActionTypes.StoreCreditApplySuccessAction
  payload: T
}

Properties

Name Type Description
type DaffCartStoreCreditActionTypes.StoreCreditApplySuccessAction
payload T