LinkTokenCreateRequest constructor

LinkTokenCreateRequest({
  1. String? clientId,
  2. String? secret,
  3. required String clientName,
  4. required String language,
  5. required List<CountryCode> countryCodes,
  6. required LinkTokenCreateRequestUser user,
  7. List<Products>? products,
  8. List<Products>? additionalConsentedProducts,
  9. String? webhook,
  10. String? accessToken,
  11. String? linkCustomizationName,
  12. String? redirectUri,
  13. String? androidPackageName,
  14. LinkTokenCreateInstitutionData? institutionData,
  15. LinkTokenAccountFilters? accountFilters,
  16. LinkTokenEUConfig? euConfig,
  17. String? institutionId,
  18. LinkTokenCreateRequestPaymentInitiation? paymentInitiation,
  19. LinkTokenCreateRequestDepositSwitch? depositSwitch,
  20. LinkTokenCreateRequestIncomeVerification? incomeVerification,
  21. LinkTokenCreateRequestAuth? auth,
  22. LinkTokenCreateRequestTransfer? transfer,
  23. LinkTokenCreateRequestUpdate? update,
  24. LinkTokenCreateRequestIdentityVerification? identityVerification,
  25. String? userToken,
  26. LinkTokenInvestments? investments,
})

Implementation

LinkTokenCreateRequest({
  this.clientId,
  this.secret,
  required this.clientName,
  required this.language,
  required this.countryCodes,
  required this.user,
  this.products,
  this.additionalConsentedProducts,
  this.webhook,
  this.accessToken,
  this.linkCustomizationName,
  this.redirectUri,
  this.androidPackageName,
  this.institutionData,
  this.accountFilters,
  this.euConfig,
  this.institutionId,
  this.paymentInitiation,
  this.depositSwitch,
  this.incomeVerification,
  this.auth,
  this.transfer,
  this.update,
  this.identityVerification,
  this.userToken,
  this.investments,
});