ExternalPaymentOptions constructor

ExternalPaymentOptions({
  1. bool? requestRefundDetails,
  2. String? iban,
  3. PaymentInitiationOptionalRestrictionBacs? bacs,
  4. String? emiAccountId,
})

Implementation

ExternalPaymentOptions({
  this.requestRefundDetails,
  this.iban,
  this.bacs,
  this.emiAccountId,
});