PaymentFlowsInstallmentOptions constructor

const PaymentFlowsInstallmentOptions({
  1. required bool enabled,
  2. PaymentMethodDetailsCardInstallmentsPlan? plan,
})

PaymentFlowsInstallmentOptions

Implementation

const PaymentFlowsInstallmentOptions({
  required this.enabled,
  this.plan,
});