tangocard.sdk.response
Interface BaseResponse

All Known Implementing Classes:
FailureResponse, GetAvailableBalanceResponse, InsufficientFundsResponse, InsufficientInventoryResponse, InvalidCredentialsResponse, InvalidInputResponse, PurchaseCardResponse, SuccessResponse, SystemErrorResponse

public interface BaseResponse


Method Summary
 boolean parseResponseJSON(org.json.JSONObject responseJson)
          Parses the response JSON.
 

Method Detail

parseResponseJSON

boolean parseResponseJSON(org.json.JSONObject responseJson)
                          throws TangoCardSdkException
Parses the response JSON.

Parameters:
responseJson - the response JSON
Returns:
true, if successful
Throws:
TangoCardSdkException