LinkTokenCreateRequestIncomeVerification constructor

LinkTokenCreateRequestIncomeVerification({
  1. String? incomeVerificationId,
  2. String? assetReportId,
  3. String? precheckId,
  4. List<String>? accessTokens,
  5. List<IncomeVerificationSourceType>? incomeSourceTypes,
  6. LinkTokenCreateRequestIncomeVerificationBankIncome? bankIncome,
  7. LinkTokenCreateRequestIncomeVerificationPayrollIncome? payrollIncome,
  8. List<LinkTokenCreateRequestUserStatedIncomeSource>? statedIncomeSources,
})

Implementation

LinkTokenCreateRequestIncomeVerification({
  this.incomeVerificationId,
  this.assetReportId,
  this.precheckId,
  this.accessTokens,
  this.incomeSourceTypes,
  this.bankIncome,
  this.payrollIncome,
  this.statedIncomeSources,
});