-
public class CheckTransactionStatusResponseResult.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringAMOUNTprivate final StringNPCI_TXN_IDprivate final StringSTATUSprivate final StringSTATUS_DESCprivate final StringTXN_REF_NOprivate final StringTXN_STATUS_DETAILSprivate final StringUPI_TXN_REF_NOpublic final static CheckTransactionStatusResponseResult.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final CheckTransactionStatusResponseResultgetTransactionStatusResponseResultFromJSON(JSONObject jsonObject)final StringgetAMOUNT()final StringgetNPCI_TXN_ID()final StringgetSTATUS()final StringgetSTATUS_DESC()final StringgetTXN_REF_NO()final StringgetTXN_STATUS_DETAILS()final StringgetUPI_TXN_REF_NO()-
-
Method Detail
-
getTransactionStatusResponseResultFromJSON
final CheckTransactionStatusResponseResult getTransactionStatusResponseResultFromJSON(JSONObject jsonObject)
-
getNPCI_TXN_ID
final String getNPCI_TXN_ID()
-
getSTATUS_DESC
final String getSTATUS_DESC()
-
getTXN_REF_NO
final String getTXN_REF_NO()
-
getTXN_STATUS_DETAILS
final String getTXN_STATUS_DETAILS()
-
getUPI_TXN_REF_NO
final String getUPI_TXN_REF_NO()
-
-
-
-