GitHub

DaffCustomerPaymentUpdateFailure

A failed payment update with the error message.

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

Properties

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