PaymentIntentPaymentMethodOptionsCardInstallmentsPlan constructor
const
PaymentIntentPaymentMethodOptionsCardInstallmentsPlan({
- int? count,
Installment plan selected for this PaymentIntent.
Implementation
const PaymentIntentPaymentMethodOptionsCardInstallmentsPlan({this.count});