LinkTokenCreateRequest constructor
LinkTokenCreateRequest({
- String? clientId,
- String? secret,
- required String clientName,
- required String language,
- required List<
CountryCode> countryCodes, - required LinkTokenCreateRequestUser user,
- List<
Products> ? products, - List<
Products> ? additionalConsentedProducts, - String? webhook,
- String? accessToken,
- String? linkCustomizationName,
- String? redirectUri,
- String? androidPackageName,
- LinkTokenCreateInstitutionData? institutionData,
- LinkTokenAccountFilters? accountFilters,
- LinkTokenEUConfig? euConfig,
- String? institutionId,
- LinkTokenCreateRequestPaymentInitiation? paymentInitiation,
- LinkTokenCreateRequestDepositSwitch? depositSwitch,
- LinkTokenCreateRequestIncomeVerification? incomeVerification,
- LinkTokenCreateRequestAuth? auth,
- LinkTokenCreateRequestTransfer? transfer,
- LinkTokenCreateRequestUpdate? update,
- LinkTokenCreateRequestIdentityVerification? identityVerification,
- String? userToken,
- 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,
});