IosDynamicQrCodeFullPaymentFlow constructor

IosDynamicQrCodeFullPaymentFlow({
  1. required OrderOptions orderOptions,
  2. CustomerOptions? customerOptions,
  3. String? successUrl,
  4. String? failureUrl,
  5. Map<String, String>? paymentData,
})

Implementation

IosDynamicQrCodeFullPaymentFlow({
  required this.orderOptions,
  this.customerOptions,
  this.successUrl,
  this.failureUrl,
  this.paymentData,
});