GitHub

DaffCartStoreCreditApplyFailure

A failed cart store credit apply with the error message.

import { DaffCartStoreCreditApplyFailure } from '@daffodil/cart-store-credit/state'
class DaffCartStoreCreditApplyFailure implements Action {
  readonly type: DaffCartStoreCreditActionTypes.StoreCreditApplyFailureAction
  payload: DaffStateError[]
}

Properties

Name Type Description
type DaffCartStoreCreditActionTypes.StoreCreditApplyFailureAction
payload DaffStateError[]