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() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
protected static ThreeDSecureInfo |
fromJson(org.json.JSONObject json) |
boolean |
isLiabilityShifted() |
boolean |
isLiabilityShiftPossible() |
boolean |
wasVerified() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<ThreeDSecureInfo> CREATOR
protected static ThreeDSecureInfo fromJson(org.json.JSONObject json)
public boolean isLiabilityShifted()
CardNonce
public boolean isLiabilityShiftPossible()
CardNonce
public boolean wasVerified()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable