GitHub

DaffCartShippingMethodsLoadFailure

import { DaffCartShippingMethodsLoadFailure } from '@daffodil/cart/state'
class DaffCartShippingMethodsLoadFailure implements DaffFailureAction {
  readonly type: DaffCartShippingMethodsActionTypes.CartShippingMethodsLoadFailureAction
  payload: DaffStateError[]
}

Properties

Name Type Description
type DaffCartShippingMethodsActionTypes.CartShippingMethodsLoadFailureAction
payload DaffStateError[]