InstitutionsGetRequest constructor

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

Implementation

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