CreditPayrollIncomePrecheckRequest constructor

CreditPayrollIncomePrecheckRequest({
  1. String? clientId,
  2. String? secret,
  3. String? userToken,
  4. List<String>? accessTokens,
  5. IncomeVerificationPrecheckEmployer? employer,
  6. IncomeVerificationPrecheckMilitaryInfo? usMilitaryInfo,
  7. IncomeVerificationPrecheckPayrollInstitution? payrollInstitution,
})

Implementation

CreditPayrollIncomePrecheckRequest({
  this.clientId,
  this.secret,
  this.userToken,
  this.accessTokens,
  this.employer,
  this.usMilitaryInfo,
  this.payrollInstitution,
});