PaymentFlowsInstallmentOptions constructor
const
PaymentFlowsInstallmentOptions({
- required bool enabled,
- PaymentMethodDetailsCardInstallmentsPlan? plan,
PaymentFlowsInstallmentOptions
Implementation
const PaymentFlowsInstallmentOptions({
required this.enabled,
this.plan,
});