|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttangocard.sdk.response.success.SuccessResponse
tangocard.sdk.response.success.GetAvailableBalanceResponse
public class GetAvailableBalanceResponse
The Class GetAvailableBalanceResponse.
Constructor Summary | |
---|---|
GetAvailableBalanceResponse()
Instantiates a new gets the available balance response. |
|
GetAvailableBalanceResponse(org.json.JSONObject responseJson)
Instantiates a new gets the available balance response. |
Method Summary | |
---|---|
int |
getAvailableBalance()
Gets the available balance. |
boolean |
parseResponseJSON(org.json.JSONObject responseJson)
Parses the response JSON. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetAvailableBalanceResponse()
public GetAvailableBalanceResponse(org.json.JSONObject responseJson) throws TangoCardSdkException
responseJson
- the response JSON
TangoCardSdkException
org.json.JSONException
Method Detail |
---|
public int getAvailableBalance()
public boolean parseResponseJSON(org.json.JSONObject responseJson) throws TangoCardSdkException
responseJson
- the response JSON
TangoCardSdkException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |