PaymentIntentPaymentMethodOptionsCardInstallmentsPlan constructor

const PaymentIntentPaymentMethodOptionsCardInstallmentsPlan({
  1. int? count,
})

Installment plan selected for this PaymentIntent.

Implementation

const PaymentIntentPaymentMethodOptionsCardInstallmentsPlan({this.count});