InstitutionsGetRequestOptions constructor

InstitutionsGetRequestOptions({
  1. List<Products>? products,
  2. List<String>? routingNumbers,
  3. bool? oauth,
  4. bool? includeOptionalMetadata,
  5. bool? includeAuthMetadata,
  6. bool? includePaymentInitiationMetadata,
})

Implementation

InstitutionsGetRequestOptions({
  this.products,
  this.routingNumbers,
  this.oauth,
  this.includeOptionalMetadata,
  this.includeAuthMetadata,
  this.includePaymentInitiationMetadata,
});