Package com.stripe.model
Class Subscription.PaymentMethodOptions.Card
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Subscription.PaymentMethodOptions.Card
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
Subscription.PaymentMethodOptions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Selected network to process this Subscription on.We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and other requirements.int
hashCode()
void
void
setNetwork
(String network) Selected network to process this Subscription on.void
setRequestThreeDSecure
(String requestThreeDSecure) We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and other requirements.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Card
public Card()
-
-
Method Details
-
getMandateOptions
-
getNetwork
Selected network to process this Subscription on. Depends on the available networks of the card attached to the Subscription. Can be only set confirm-time. -
getRequestThreeDSecure
We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and other requirements. However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. Read our guide on manually requesting 3D Secure for more information on how this configuration interacts with Radar and our SCA Engine.One of
any
, orautomatic
. -
setMandateOptions
-
setNetwork
Selected network to process this Subscription on. Depends on the available networks of the card attached to the Subscription. Can be only set confirm-time. -
setRequestThreeDSecure
We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and other requirements. However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. Read our guide on manually requesting 3D Secure for more information on how this configuration interacts with Radar and our SCA Engine.One of
any
, orautomatic
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-