Package com.stripe.model
Class Invoice.PaymentMethodOptions.Card
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Invoice.PaymentMethodOptions.Card
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
Invoice.PaymentMethodOptions
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
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
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
-
getInstallments
-
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
. -
setInstallments
-
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()
-