-
public class AccountListResponseResult.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringSTATUSprivate final StringSTATUS_DESCprivate final StringACCOUNT_LISTprivate final StringPSP_RESP_REF_NUMprivate final StringVIRTUAL_ADDRESSpublic final static AccountListResponseResult.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final AccountListResponseResultgetAccountListResponseResultFromJSON(JSONObject jsonObject)final StringgetSTATUS()final StringgetSTATUS_DESC()final StringgetACCOUNT_LIST()final StringgetPSP_RESP_REF_NUM()final StringgetVIRTUAL_ADDRESS()-
-
Method Detail
-
getAccountListResponseResultFromJSON
final AccountListResponseResult getAccountListResponseResultFromJSON(JSONObject jsonObject)
-
getSTATUS_DESC
final String getSTATUS_DESC()
-
getACCOUNT_LIST
final String getACCOUNT_LIST()
-
getPSP_RESP_REF_NUM
final String getPSP_RESP_REF_NUM()
-
getVIRTUAL_ADDRESS
final String getVIRTUAL_ADDRESS()
-
-
-
-