PayuConfig constructor

PayuConfig({
  1. bool? showCbToolbar,
  2. bool? merchantSmsPermission,
  3. bool? autoSelectOtp,
  4. bool? autoApprove,
  5. int? surePayCount,
  6. bool? showExitConfirmationOnPaymentScreen,
  7. int? merchantResponseTimeout,
  8. bool? showExitConfirmationOnCheckoutScreen,
  9. String? merchantName,
})

Implementation

PayuConfig({
  this.showCbToolbar,
  this.merchantSmsPermission,
  this.autoSelectOtp,
  this.autoApprove,
  this.surePayCount,
  this.showExitConfirmationOnPaymentScreen,
  this.merchantResponseTimeout,
  this.showExitConfirmationOnCheckoutScreen,
  this.merchantName,
});