IncomeVerificationPrecheckEmployer constructor

IncomeVerificationPrecheckEmployer({
  1. String? name,
  2. IncomeVerificationPrecheckEmployerAddress? address,
  3. String? taxId,
  4. String? url,
})

Implementation

IncomeVerificationPrecheckEmployer({
  this.name,
  this.address,
  this.taxId,
  this.url,
});