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