verificationStatus property
- @JsonKey(name: 'verification_status', toJson: accountIdentityMatchScoreVerificationStatusToJson, fromJson: accountIdentityMatchScoreVerificationStatusFromJson)
final
Implementation
@JsonKey(
name: 'verification_status',
toJson: accountIdentityMatchScoreVerificationStatusToJson,
fromJson: accountIdentityMatchScoreVerificationStatusFromJson,
)
final enums.AccountIdentityMatchScoreVerificationStatus? verificationStatus;