-
public class SetMPinResponseResult.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringACCOUNT_IDprivate final StringNPCI_TRANS_IDprivate final StringPSP_REF_NOprivate final StringSTATUSprivate final StringSTATUS_DESCpublic final static SetMPinResponseResult.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final SetMPinResponseResultgetSetMPinResponseFromJSON(JSONObject jsonObject)final StringgetACCOUNT_ID()final StringgetNPCI_TRANS_ID()final StringgetPSP_REF_NO()final StringgetSTATUS()final StringgetSTATUS_DESC()-
-
Method Detail
-
getSetMPinResponseFromJSON
final SetMPinResponseResult getSetMPinResponseFromJSON(JSONObject jsonObject)
-
getACCOUNT_ID
final String getACCOUNT_ID()
-
getNPCI_TRANS_ID
final String getNPCI_TRANS_ID()
-
getPSP_REF_NO
final String getPSP_REF_NO()
-
getSTATUS_DESC
final String getSTATUS_DESC()
-
-
-
-