|
|||||||||
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.PurchaseCardResponse
public class PurchaseCardResponse
The Class PurchaseCardResponse.
Constructor Summary | |
---|---|
PurchaseCardResponse()
Instantiates a new purchase card response. |
|
PurchaseCardResponse(org.json.JSONObject responseJson)
Instantiates a new purchase card response. |
Method Summary | |
---|---|
java.lang.String |
getCardNumber()
Gets the card number. |
java.lang.String |
getCardPin()
Gets the card pin. |
java.lang.String |
getCardToken()
Gets the card token. |
java.lang.String |
getChallengeKey()
Gets the challenge Key. |
java.lang.String |
getClaimUrl()
Gets the claim URL. |
java.lang.String |
getEventNumber()
Gets the event number. |
java.lang.String |
getReferenceOrderId()
Gets the reference order id. |
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 PurchaseCardResponse()
public PurchaseCardResponse(org.json.JSONObject responseJson) throws TangoCardSdkException
responseJson
- the response JSON
TangoCardSdkException
Method Detail |
---|
public java.lang.String getReferenceOrderId()
public java.lang.String getCardToken()
public java.lang.String getCardNumber()
public java.lang.String getCardPin()
public java.lang.String getClaimUrl()
public java.lang.String getChallengeKey()
public java.lang.String getEventNumber()
public boolean parseResponseJSON(org.json.JSONObject responseJson) throws TangoCardSdkException
BaseResponse
responseJson
- the response JSON
TangoCardSdkException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |