GitHub

DaffCustomerPaymentUpdate

Updates one of the currently logged-in customer's payments.

import { DaffCustomerPaymentUpdate } from '@daffodil/customer-payment/state'
class DaffCustomerPaymentUpdate<<T extends DaffCustomerPayment = DaffCustomerPayment>>  implements Action {
  readonly type: DaffCustomerPaymentActionTypes.PaymentUpdateAction
  payment: Partial<T> & DaffIdentifiable
}

Properties

Name Type Description
type DaffCustomerPaymentActionTypes.PaymentUpdateAction
payment Partial<T> & DaffIdentifiable