DaffCartPaymentUpdateWithBillingFailure
Indicates the failure of an update of the cart's selected payment method and billing address.
import { DaffCartPaymentUpdateWithBillingFailure } from '@daffodil/cart/state'
class DaffCartPaymentUpdateWithBillingFailure implements DaffFailureAction {
readonly type: DaffCartPaymentActionTypes.CartPaymentUpdateWithBillingFailureAction
payload: DaffStateError[]
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCartPaymentActionTypes.CartPaymentUpdateWithBillingFailureAction | |
payload | DaffStateError[] |