InvoiceCard constructor

const InvoiceCard({
  1. InvoiceInstallments? installments,
  2. CheckoutCardPaymentMethodOptionsRequestThreeDSecure? requestThreeDSecure,
})

invoice_payment_method_options_param

If paying by `card`, this sub-hash contains details about the Card payment method options to pass to the invoice’s PaymentIntent.

Implementation

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