InvoicePaymentMethodOptionsCard constructor

const InvoicePaymentMethodOptionsCard({
  1. InvoiceInstallmentsCard? installments,
  2. InvoicePaymentMethodOptionsCardRequestThreeDSecure? requestThreeDSecure,
})

invoice_payment_method_options_card

Implementation

const InvoicePaymentMethodOptionsCard({
  this.installments,
  this.requestThreeDSecure,
});