IncomeVerificationPrecheckRequest constructor

IncomeVerificationPrecheckRequest({
  1. String? clientId,
  2. String? secret,
  3. IncomeVerificationPrecheckUser? user,
  4. IncomeVerificationPrecheckEmployer? employer,
  5. IncomeVerificationPrecheckPayrollInstitution? payrollInstitution,
  6. String? transactionsAccessToken,
  7. List<String>? transactionsAccessTokens,
  8. IncomeVerificationPrecheckMilitaryInfo? usMilitaryInfo,
})

Implementation

IncomeVerificationPrecheckRequest({
  this.clientId,
  this.secret,
  this.user,
  this.employer,
  this.payrollInstitution,
  this.transactionsAccessToken,
  this.transactionsAccessTokens,
  this.usMilitaryInfo,
});