PaymentMethodDetailsCardInstallments constructor

const PaymentMethodDetailsCardInstallments({
  1. 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 PaymentMethodDetailsCardInstallments({this.plan});