public static final class PaymentMethod.Card.ThreeDSecureUsage
extends StripeModel
implements android.os.Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
PaymentMethod.Card.ThreeDSecureUsage.Builder |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<PaymentMethod.Card.ThreeDSecureUsage> |
CREATOR |
boolean |
isSupported |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object obj) |
static PaymentMethod.Card.ThreeDSecureUsage |
fromJson(org.json.JSONObject threeDSecureUsage) |
int |
hashCode() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public final boolean isSupported
public static final android.os.Parcelable.Creator<PaymentMethod.Card.ThreeDSecureUsage> CREATOR
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
public static PaymentMethod.Card.ThreeDSecureUsage fromJson(org.json.JSONObject threeDSecureUsage)
public int hashCode()
public boolean equals(java.lang.Object obj)