InstitutionsGetRequest constructor

InstitutionsGetRequest({
  1. String? clientId,
  2. String? secret,
  3. int? count,
  4. int? offset,
  5. List<CountryCode>? countryCodes,
  6. InstitutionsGetRequestOptions? options,
})

Implementation

InstitutionsGetRequest({
  this.clientId,
  this.secret,
  this.count,
  this.offset,
  this.countryCodes,
  this.options,
});