reasonCode property

int? get reasonCode

Reason code of the verification

Implementation

int? get reasonCode => _map["reasonCode"] as int?;