IncomeVerificationPrecheckEmployerAddress constructor

IncomeVerificationPrecheckEmployerAddress({
  1. String? city,
  2. String? country,
  3. String? postalCode,
  4. String? region,
  5. String? street,
})

Implementation

IncomeVerificationPrecheckEmployerAddress({
  this.city,
  this.country,
  this.postalCode,
  this.region,
  this.street,
});