GitHub

DaffCustomerPaymentDeleteFailure

import { DaffCustomerPaymentDeleteFailure } from '@daffodil/customer-payment/state'

A failed payment deletion with the error message.

class DaffCustomerPaymentDeleteFailure implements Action {
  readonly type: DaffCustomerPaymentActionTypes.PaymentDeleteFailureAction = DaffCustomerPaymentActionTypes.PaymentDeleteFailureAction
  payload: DaffStateError
  id: string
}