ExtraOptions constructor

ExtraOptions({
  1. bool isAmountEditable = false,
  2. bool isOrderCodeEditable = false,
  3. bool shouldShowPaymentResultScreen = false,
  4. int? showPaymentResultTimeoutInMillis,
  5. PaymentUIMethodsSourceType methodsSourceType = PaymentUIMethodsSourceType.api,
})

Implementation

ExtraOptions({
  this.isAmountEditable = false,
  this.isOrderCodeEditable = false,
  this.shouldShowPaymentResultScreen = false,
  this.showPaymentResultTimeoutInMillis,
  this.methodsSourceType = PaymentUIMethodsSourceType.api,
});