Class EKYCResultCheck
-
- All Implemented Interfaces:
public final class EKYCResultCheck
-
-
Constructor Summary
Constructors Constructor Description EKYCResultCheck(String key, String status, List<String> reasonCodes)
-
Method Summary
Modifier and Type Method Description final StringgetKey()final StringgetStatus()final List<String>getReasonCodes()final static EKYCResultCheckfromJson(JSONObject jsonObject)-
-
Method Detail
-
getReasonCodes
final List<String> getReasonCodes()
-
fromJson
final static EKYCResultCheck fromJson(JSONObject jsonObject)
-
-
-
-