InstitutionsSearchPaymentInitiationOptions constructor

InstitutionsSearchPaymentInitiationOptions({
  1. String? paymentId,
  2. String? consentId,
})

Implementation

InstitutionsSearchPaymentInitiationOptions({
  this.paymentId,
  this.consentId,
});