public class ThreeDSecureInfo
extends java.lang.Object
implements android.os.Parcelable
CardNonce| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<ThreeDSecureInfo> |
CREATOR |
| Constructor and Description |
|---|
ThreeDSecureInfo() |
public static final android.os.Parcelable.Creator<ThreeDSecureInfo> CREATOR
protected static ThreeDSecureInfo fromJson(org.json.JSONObject json)
protected void setThreeDSecureAuthenticationResponse(ThreeDSecureAuthenticationResponse authResponse)
public void setErrorMessage(java.lang.String errorMessage)
public java.lang.String getCavv()
public java.lang.String getDsTransactionId()
public java.lang.String getEciFlag()
public java.lang.String getEnrolled()
public boolean isLiabilityShifted()
CardNoncepublic boolean isLiabilityShiftPossible()
CardNoncepublic java.lang.String getStatus()
public java.lang.String getThreeDSecureVersion()
public boolean wasVerified()
public java.lang.String getXid()
public java.lang.String getAcsTransactionId()
public java.lang.String getThreeDSecureAuthenticationId()
public java.lang.String getThreeDSecureServerTransactionId()
public java.lang.String getParesStatus()
public ThreeDSecureAuthenticationResponse getThreeDSecureAuthenticationResponse()
getErrorMessage(), isLiabilityShifted(), and isLiabilityShiftPossible()
to determine the result of the challenge authenticationThreeDSecureAuthenticationResponse if one is associated with a nonce.public java.lang.String getAuthenticationTransactionStatus()
public java.lang.String getAuthenticationTransactionStatusReason()
public java.lang.String getLookupTransactionStatus()
public java.lang.String getLookupTransactionStatusReason()
public java.lang.String getErrorMessage()
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable