GitHub

DaffCartStoreCreditApplySuccess

import { DaffCartStoreCreditApplySuccess } from '@daffodil/cart-store-credit/state'

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

class DaffCartStoreCreditApplySuccess<<T extends DaffCartWithStoreCredit = DaffCartWithStoreCredit>>  implements Action {
  readonly type: DaffCartStoreCreditActionTypes.StoreCreditApplySuccessAction = DaffCartStoreCreditActionTypes.StoreCreditApplySuccessAction
  payload: T
}