import { DaffCartPaymentMethodsLoadFailure } from '@daffodil/cart/state'
Indicates the failed load of the cart's available payment methods.
class DaffCartPaymentMethodsLoadFailure implements DaffFailureAction {
readonly type: DaffCartPaymentMethodsActionTypes.CartPaymentMethodsLoadFailureAction = DaffCartPaymentMethodsActionTypes.CartPaymentMethodsLoadFailureAction
payload: DaffStateError[]
}