GitHub

DaffCustomerPaymentDeleteFailure

A failed payment deletion with the error message.

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

Properties

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