LinkTokenGetMetadataResponse constructor

LinkTokenGetMetadataResponse({
  1. List<Products>? initialProducts,
  2. String? webhook,
  3. List<CountryCode>? countryCodes,
  4. String? language,
  5. AccountFiltersResponse? accountFilters,
  6. String? redirectUri,
  7. String? clientName,
})

Implementation

LinkTokenGetMetadataResponse({
  this.initialProducts,
  this.webhook,
  this.countryCodes,
  this.language,
  this.accountFilters,
  this.redirectUri,
  this.clientName,
});