import { DaffCustomerPaymentUpdate } from '@daffodil/customer-payment/state'
Updates one of the currently logged-in customer's payments.
class DaffCustomerPaymentUpdate<<T extends DaffCustomerPayment = DaffCustomerPayment>> implements Action {
readonly type: DaffCustomerPaymentActionTypes.PaymentUpdateAction = DaffCustomerPaymentActionTypes.PaymentUpdateAction
payment: Partial<T> & DaffIdentifiable
}