reasonCode property
int?
get
reasonCode
Reason code of the verification
Implementation
int? get reasonCode => _map["reasonCode"] as int?;
Reason code of the verification
int? get reasonCode => _map["reasonCode"] as int?;