GitHub

DaffCustomerPaymentUpdateFailure

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

A failed payment update with the error message.

class DaffCustomerPaymentUpdateFailure implements Action {
  readonly type: DaffCustomerPaymentActionTypes.PaymentUpdateFailureAction = DaffCustomerPaymentActionTypes.PaymentUpdateFailureAction
  payload: DaffStateError
  id: string
}