public class WalletTopupStatus extends JuspayEntity
JuspayEntity.AuthMethod, JuspayEntity.RequestMethod| Constructor and Description |
|---|
WalletTopupStatus() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAmount() |
String |
getEpgTxnId() |
String |
getResponseMessage() |
String |
getStatus() |
String |
getTopupTxnId() |
String |
getWalletId() |
void |
setAmount(Double amount) |
void |
setEpgTxnId(String epgTxnId) |
void |
setResponseMessage(String responseMessage) |
void |
setStatus(String status) |
void |
setTopupTxnId(String topupTxnId) |
void |
setWalletId(String walletId) |
addInputParamsToResponse, createEntityFromResponse, encryptRequest, getEncryptionMethodBasedOnConfig, makeServiceCall, makeServiceCall, makeServiceCallWithAuthDeciderpublic String getWalletId()
public void setWalletId(String walletId)
public String getStatus()
public void setStatus(String status)
public String getResponseMessage()
public void setResponseMessage(String responseMessage)
public String getTopupTxnId()
public void setTopupTxnId(String topupTxnId)
public Double getAmount()
public void setAmount(Double amount)
public String getEpgTxnId()
public void setEpgTxnId(String epgTxnId)
Copyright © 2023 Juspay. All rights reserved.