-
public class RequestInfo.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringPSP_IDprivate final StringPSP_REF_NUMprivate final StringPSP_RESP_REF_NUMprivate final StringCHECKSUM_FLAGpublic final static RequestInfo.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final RequestInfogetRequestInfoFromJSON(JSONObject jsonObject)final StringgetPSP_ID()final StringgetPSP_REF_NUM()final StringgetPSP_RESP_REF_NUM()final StringgetCHECKSUM_FLAG()-
-
Method Detail
-
getRequestInfoFromJSON
final RequestInfo getRequestInfoFromJSON(JSONObject jsonObject)
-
getPSP_REF_NUM
final String getPSP_REF_NUM()
-
getPSP_RESP_REF_NUM
final String getPSP_RESP_REF_NUM()
-
getCHECKSUM_FLAG
final String getCHECKSUM_FLAG()
-
-
-
-