InvoiceInstallments constructor

const InvoiceInstallments({
  1. bool? enabled,
  2. 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,
});