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