LinkTokenCreateRequest constructor

LinkTokenCreateRequest({
  1. String? clientId,
  2. String? secret,
  3. String? clientName,
  4. String? language,
  5. List<CountryCode>? countryCodes,
  6. LinkTokenCreateRequestUser? user,
  7. List<Products>? products,
  8. String? webhook,
  9. String? accessToken,
  10. String? linkCustomizationName,
  11. String? redirectUri,
  12. String? androidPackageName,
  13. LinkTokenAccountFilters? accountFilters,
  14. LinkTokenEUConfig? euConfig,
  15. String? institutionId,
  16. LinkTokenCreateRequestPaymentInitiation? paymentInitiation,
  17. LinkTokenCreateRequestDepositSwitch? depositSwitch,
  18. LinkTokenCreateRequestIncomeVerification? incomeVerification,
  19. LinkTokenCreateRequestAuth? auth,
})

Implementation

LinkTokenCreateRequest({
  this.clientId,
  this.secret,
  this.clientName,
  this.language,
  this.countryCodes,
  this.user,
  this.products,
  this.webhook,
  this.accessToken,
  this.linkCustomizationName,
  this.redirectUri,
  this.androidPackageName,
  this.accountFilters,
  this.euConfig,
  this.institutionId,
  this.paymentInitiation,
  this.depositSwitch,
  this.incomeVerification,
  this.auth,
});