import { DaffCustomerPaymentAddFailure } from '@daffodil/customer-payment/state'
A failed payment addition with the error message.
class DaffCustomerPaymentAddFailure implements Action {
readonly type: DaffCustomerPaymentActionTypes.PaymentAddFailureAction = DaffCustomerPaymentActionTypes.PaymentAddFailureAction
payload: DaffStateError
id: string
}