InvoiceInstallments constructor
const
InvoiceInstallments({
- bool? enabled,
- InvoicePlan? plan,
installments_param
Installment configuration for payments attempted on this invoice (Mexico Only). For more information, see the [installments integration guide](https://stripe.com/docs/payments/installments).
Implementation
const InvoiceInstallments({
this.enabled,
this.plan,
});