GitHub

DaffCustomerPaymentLoadFailure

A failed customer payment load with the error message.

import { DaffCustomerPaymentLoadFailure } from '@daffodil/customer-payment/state'
class DaffCustomerPaymentLoadFailure implements Action {
  readonly type: DaffCustomerPaymentActionTypes.PaymentLoadFailureAction
  payload: DaffStateError
  id: DaffCustomerPayment['id']
}

Properties

Name Type Description
type DaffCustomerPaymentActionTypes.PaymentLoadFailureAction
payload DaffStateError
id DaffCustomerPayment['id']