GitHub

DaffCustomerPaymentListFailure

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

A failed customer payment list with the error message.

class DaffCustomerPaymentListFailure implements Action {
  readonly type: DaffCustomerPaymentActionTypes.PaymentListFailureAction = DaffCustomerPaymentActionTypes.PaymentListFailureAction
  payload: DaffStateError
}