public class Wallet extends JuspayEntity
JuspayEntity.RequestMethod| Constructor and Description |
|---|
Wallet() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getCurrentBalance() |
String |
getId() |
Date |
getLastRefreshed() |
String |
getObject() |
String |
getToken() |
String |
getWallet() |
static WalletList |
list(String customerId) |
static WalletList |
list(String customerId,
RequestOptions requestOptions) |
static WalletList |
refresh(String customerId) |
static WalletList |
refresh(String customerId,
RequestOptions requestOptions) |
void |
setCurrentBalance(Double currentBalance) |
void |
setId(String id) |
void |
setLastRefreshed(Date lastRefreshed) |
void |
setObject(String object) |
void |
setToken(String token) |
void |
setWallet(String wallet) |
addInputParamsToResponse, createEntityFromResponse, makeServiceCallpublic static WalletList list(String customerId) throws APIException, APIConnectionException, AuthenticationException, InvalidRequestException
public static WalletList list(String customerId, RequestOptions requestOptions) throws APIException, APIConnectionException, AuthenticationException, InvalidRequestException
public static WalletList refresh(String customerId) throws APIException, APIConnectionException, AuthenticationException, InvalidRequestException
public static WalletList refresh(String customerId, RequestOptions requestOptions) throws APIException, APIConnectionException, AuthenticationException, InvalidRequestException
public String getId()
public void setId(String id)
public String getObject()
public void setObject(String object)
public String getWallet()
public void setWallet(String wallet)
public String getToken()
public void setToken(String token)
public Double getCurrentBalance()
public void setCurrentBalance(Double currentBalance)
public Date getLastRefreshed()
public void setLastRefreshed(Date lastRefreshed)
Copyright © 2016 Juspay. All rights reserved.