IncomeVerificationPrecheckRequest constructor
IncomeVerificationPrecheckRequest({
- String? clientId,
- String? secret,
- IncomeVerificationPrecheckUser? user,
- IncomeVerificationPrecheckEmployer? employer,
- IncomeVerificationPrecheckPayrollInstitution? payrollInstitution,
- String? transactionsAccessToken,
- List<
String> ? transactionsAccessTokens, - IncomeVerificationPrecheckMilitaryInfo? usMilitaryInfo,
Implementation
IncomeVerificationPrecheckRequest({
this.clientId,
this.secret,
this.user,
this.employer,
this.payrollInstitution,
this.transactionsAccessToken,
this.transactionsAccessTokens,
this.usMilitaryInfo,
});