PaymentIntentPaymentMethodOptionsCardInstallments constructor
const
PaymentIntentPaymentMethodOptionsCardInstallments({
- List<
PaymentMethodDetailsCardInstallmentsPlan> ? availablePlans, - required bool enabled,
- PaymentIntentPaymentMethodOptionsCardInstallmentsPlan? plan,
Installment details for this payment (Mexico only). For more information, see the [installments integration guide](https://stripe.com/docs/payments/installments).
Implementation
const PaymentIntentPaymentMethodOptionsCardInstallments({
this.availablePlans,
required this.enabled,
this.plan,
});