IncomeVerificationPrecheckUser constructor
IncomeVerificationPrecheckUser({
- String? firstName,
- String? lastName,
- String? emailAddress,
- SignalAddressData? homeAddress,
Implementation
IncomeVerificationPrecheckUser({
this.firstName,
this.lastName,
this.emailAddress,
this.homeAddress,
});