public static class PaymentIntent.PaymentMethodOptions.Card extends StripeObject
Modifier and Type | Class and Description |
---|---|
static class |
PaymentIntent.PaymentMethodOptions.Card.Installments |
PRETTY_PRINT_GSON
Constructor and Description |
---|
Card() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
PaymentIntent.PaymentMethodOptions.Card.Installments |
getInstallments()
Installment details for this payment (Mexico only).
|
java.lang.String |
getNetwork()
Selected network to process this PaymentIntent on.
|
java.lang.String |
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.
|
int |
hashCode() |
void |
setInstallments(PaymentIntent.PaymentMethodOptions.Card.Installments installments)
Installment details for this payment (Mexico only).
|
void |
setNetwork(java.lang.String network)
Selected network to process this PaymentIntent on.
|
void |
setRequestThreeDSecure(java.lang.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.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public PaymentIntent.PaymentMethodOptions.Card.Installments getInstallments()
For more information, see the installments integration guide.
public java.lang.String getNetwork()
public java.lang.String getRequestThreeDSecure()
automatic
or any
. If not
provided, defaults to automatic
. 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
, automatic
, or challenge_only
.
public void setInstallments(PaymentIntent.PaymentMethodOptions.Card.Installments installments)
For more information, see the installments integration guide.
public void setNetwork(java.lang.String network)
public void setRequestThreeDSecure(java.lang.String requestThreeDSecure)
automatic
or any
. If not
provided, defaults to automatic
. 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
, automatic
, or challenge_only
.
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object