public static class PaymentMethod.Card.ThreeDSecureUsage extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
ThreeDSecureUsage() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getSupported()
Whether 3D Secure is supported on this card.
|
int |
hashCode() |
void |
setSupported(java.lang.Boolean supported)
Whether 3D Secure is supported on this card.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.Boolean getSupported()
public void setSupported(java.lang.Boolean supported)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object