LinkTokenCreateRequestIncomeVerification constructor
LinkTokenCreateRequestIncomeVerification({
- String? incomeVerificationId,
- String? assetReportId,
- String? precheckId,
- List<
String> ? accessTokens, - List<
IncomeVerificationSourceType> ? incomeSourceTypes, - LinkTokenCreateRequestIncomeVerificationBankIncome? bankIncome,
- LinkTokenCreateRequestIncomeVerificationPayrollIncome? payrollIncome,
- List<
LinkTokenCreateRequestUserStatedIncomeSource> ? statedIncomeSources,
Implementation
LinkTokenCreateRequestIncomeVerification({
this.incomeVerificationId,
this.assetReportId,
this.precheckId,
this.accessTokens,
this.incomeSourceTypes,
this.bankIncome,
this.payrollIncome,
this.statedIncomeSources,
});