PaymentContext constructor

PaymentContext(
  1. AmountOfMoney amountOfMoney,
  2. String countryCode,
  3. bool isRecurring, {
  4. bool forceBasicFlow = false,
  5. Locale? locale,
  6. bool isInstallments = false,
})

Implementation

PaymentContext(this.amountOfMoney, this.countryCode, this.isRecurring,
    {this.forceBasicFlow = false, this.locale, this.isInstallments = false});