GitHub

DaffCartBillingAddressUpdateFailure

Indicates the failed update of the cart's billing address.

import { DaffCartBillingAddressUpdateFailure } from '@daffodil/cart/state'
class DaffCartBillingAddressUpdateFailure implements DaffFailureAction {
  readonly type: DaffCartBillingAddressActionTypes.CartBillingAddressUpdateFailureAction
  payload: DaffStateError[]
}

Properties

Name Type Description
type DaffCartBillingAddressActionTypes.CartBillingAddressUpdateFailureAction
payload DaffStateError[]