IdentityVerificationRequestUser constructor
IdentityVerificationRequestUser({
- required String clientUserId,
- String? emailAddress,
- String? phoneNumber,
- String? dateOfBirth,
- UserName? name,
- UserAddress? address,
- UserIDNumber? idNumber,
Implementation
IdentityVerificationRequestUser({
required this.clientUserId,
this.emailAddress,
this.phoneNumber,
this.dateOfBirth,
this.name,
this.address,
this.idNumber,
});