-
public class BanksListResponseResult.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringSTATUSprivate final StringSTATUS_DESCprivate final StringBANKS_MASTER_LISTpublic final static BanksListResponseResult.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final BanksListResponseResultgetBanksListResponseResultFromJSON(JSONObject jsonObject)final StringgetSTATUS()final StringgetSTATUS_DESC()final StringgetBANKS_MASTER_LIST()-
-
Method Detail
-
getBanksListResponseResultFromJSON
final BanksListResponseResult getBanksListResponseResultFromJSON(JSONObject jsonObject)
-
getSTATUS_DESC
final String getSTATUS_DESC()
-
getBANKS_MASTER_LIST
final String getBANKS_MASTER_LIST()
-
-
-
-