GitHub

DaffCustomerPaymentAddFailure

A failed payment addition with the error message.

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

Properties

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