Package com.stripe.model
Class ConfirmationToken.PaymentMethodPreview.Card.ThreeDSecureUsage
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.ConfirmationToken.PaymentMethodPreview.Card.ThreeDSecureUsage
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ConfirmationToken.PaymentMethodPreview.Card
public static class ConfirmationToken.PaymentMethodPreview.Card.ThreeDSecureUsage
extends StripeObject
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Whether 3D Secure is supported on this card.int
hashCode()
void
setSupported
(Boolean supported) Whether 3D Secure is supported on this card.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ThreeDSecureUsage
public ThreeDSecureUsage()
-
-
Method Details