Package com.stripe.model
Class PaymentMethod.Card.ThreeDSecureUsage
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.PaymentMethod.Card.ThreeDSecureUsage
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentMethod.Card
public static class PaymentMethod.Card.ThreeDSecureUsage extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description ThreeDSecureUsage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.BooleangetSupported()Whether 3D Secure is supported on this card.inthashCode()voidsetSupported(java.lang.Boolean supported)Whether 3D Secure is supported on this card.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getSupported
public java.lang.Boolean getSupported()
Whether 3D Secure is supported on this card.
-
setSupported
public void setSupported(java.lang.Boolean supported)
Whether 3D Secure is supported on this card.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-