CreditPayrollIncomePrecheckRequest constructor
CreditPayrollIncomePrecheckRequest({
- String? clientId,
- String? secret,
- String? userToken,
- List<
String> ? accessTokens, - IncomeVerificationPrecheckEmployer? employer,
- IncomeVerificationPrecheckMilitaryInfo? usMilitaryInfo,
- IncomeVerificationPrecheckPayrollInstitution? payrollInstitution,
Implementation
CreditPayrollIncomePrecheckRequest({
this.clientId,
this.secret,
this.userToken,
this.accessTokens,
this.employer,
this.usMilitaryInfo,
this.payrollInstitution,
});