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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanWhether 3D Secure is supported on this card.inthashCode()voidsetSupported(Boolean supported) Whether 3D Secure is supported on this card.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ThreeDSecureUsage
public ThreeDSecureUsage()
-
-
Method Details