GitHub

DaffCustomerPaymentAdd

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

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

class DaffCustomerPaymentAdd<<T extends DaffCustomerPaymentRequest = DaffCustomerPaymentRequest>>  implements Action {
  readonly type: DaffCustomerPaymentActionTypes.PaymentAddAction = DaffCustomerPaymentActionTypes.PaymentAddAction
  payment: T
  placeholderId: string
}