-
public final class CheckTransactionStatusResponseResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCheckTransactionStatusResponseResult.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringamountprivate final StringnpciTxnIdprivate final Stringstatusprivate final StringstatusDescprivate final IntegertxnRefNoprivate final TxnStatusDetailstxnStatusDetailsprivate final IntegerupiTxnRefNo
-
Constructor Summary
Constructors Constructor Description CheckTransactionStatusResponseResult(String amount, String npciTxnId, String status, String statusDesc, Integer txnRefNo, TxnStatusDetails txnStatusDetails, Integer upiTxnRefNo)
-
Method Summary
Modifier and Type Method Description final StringgetAmount()final StringgetNpciTxnId()final StringgetStatus()final StringgetStatusDesc()final IntegergetTxnRefNo()final TxnStatusDetailsgetTxnStatusDetails()final IntegergetUpiTxnRefNo()final JSONObjectgetJSONObject()-
-
Method Detail
-
getNpciTxnId
final String getNpciTxnId()
-
getStatusDesc
final String getStatusDesc()
-
getTxnRefNo
final Integer getTxnRefNo()
-
getTxnStatusDetails
final TxnStatusDetails getTxnStatusDetails()
-
getUpiTxnRefNo
final Integer getUpiTxnRefNo()
-
getJSONObject
final JSONObject getJSONObject()
-
-
-
-