-
public class BalanceEnquiryResponseResult.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringACCOUNT_INFOprivate final StringNPCI_TRAN_IDprivate final StringSTATUS_DESCRIPTIONpublic final static BalanceEnquiryResponseResult.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final BalanceEnquiryResponseResultgetBalanceEnquiryResponseResultFromJSON(JSONObject jsonObject)final StringgetACCOUNT_INFO()final StringgetNPCI_TRAN_ID()final StringgetSTATUS_DESCRIPTION()-
-
Method Detail
-
getBalanceEnquiryResponseResultFromJSON
final BalanceEnquiryResponseResult getBalanceEnquiryResponseResultFromJSON(JSONObject jsonObject)
-
getACCOUNT_INFO
final String getACCOUNT_INFO()
-
getNPCI_TRAN_ID
final String getNPCI_TRAN_ID()
-
getSTATUS_DESCRIPTION
final String getSTATUS_DESCRIPTION()
-
-
-
-