AccountIdentityMatchScore constructor
AccountIdentityMatchScore({
- NameMatchScore? legalName,
- PhoneNumberMatchScore? phoneNumber,
- EmailAddressMatchScore? emailAddress,
- AddressMatchScore? address,
- required String accountId,
- required AccountBalance balances,
- required String? mask,
- required String name,
- required String? officialName,
- required AccountType type,
- required AccountSubtype? subtype,
- AccountIdentityMatchScoreVerificationStatus? verificationStatus,
Implementation
AccountIdentityMatchScore({
this.legalName,
this.phoneNumber,
this.emailAddress,
this.address,
required this.accountId,
required this.balances,
required this.mask,
required this.name,
required this.officialName,
required this.type,
required this.subtype,
this.verificationStatus,
});