StatelessUpiConfig constructor

StatelessUpiConfig({
  1. required UpiServiceMode serviceMode,
  2. required String requestId,
  3. required PspMode pspMode,
  4. String? pspPackage,
  5. String? upiIntentUri,
  6. String? logoUrl,
  7. int? loaderColor,
})

Implementation

StatelessUpiConfig({
  required this.serviceMode,
  required this.requestId,
  required this.pspMode,
  this.pspPackage,
  this.upiIntentUri,
  this.logoUrl,
  this.loaderColor,
});