IncomeVerificationPrecheckUser constructor

IncomeVerificationPrecheckUser({
  1. String? firstName,
  2. String? lastName,
  3. String? emailAddress,
  4. SignalAddressData? homeAddress,
})

Implementation

IncomeVerificationPrecheckUser({
  this.firstName,
  this.lastName,
  this.emailAddress,
  this.homeAddress,
});