InstitutionsSearchRequestOptions constructor

InstitutionsSearchRequestOptions({
  1. bool? oauth,
  2. bool? includeOptionalMetadata,
  3. bool? includeAuthMetadata,
  4. bool? includePaymentInitiationMetadata,
  5. InstitutionsSearchPaymentInitiationOptions? paymentInitiation,
})

Implementation

InstitutionsSearchRequestOptions({
  this.oauth,
  this.includeOptionalMetadata,
  this.includeAuthMetadata,
  this.includePaymentInitiationMetadata,
  this.paymentInitiation,
});