Class WalletTopupStatus
java.lang.Object
in.juspay.model.JuspayEntity
in.juspay.model.WalletTopupStatus
-
Nested Class Summary
Nested classes/interfaces inherited from class in.juspay.model.JuspayEntity
JuspayEntity.AuthMethod, JuspayEntity.RequestMethod -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetEpgTxnId(String epgTxnId) voidsetResponseMessage(String responseMessage) voidvoidsetTopupTxnId(String topupTxnId) voidsetWalletId(String walletId) Methods inherited from class in.juspay.model.JuspayEntity
addInputParamsToResponse, createEntityFromResponse, decryptResponse, encryptRequest, getEncryptionMethodBasedOnConfig, makeServiceCall, makeServiceCall, makeServiceCallWithAuthDecider
-
Constructor Details
-
WalletTopupStatus
public WalletTopupStatus()
-
-
Method Details
-
getWalletId
-
setWalletId
-
getStatus
-
setStatus
-
getResponseMessage
-
setResponseMessage
-
getTopupTxnId
-
setTopupTxnId
-
getAmount
-
setAmount
-
getEpgTxnId
-
setEpgTxnId
-