Package com.stripe.param
Class SetupIntentCreateParams.PaymentMethodOptions.Card
- java.lang.Object
-
- com.stripe.param.SetupIntentCreateParams.PaymentMethodOptions.Card
-
- Enclosing class:
- SetupIntentCreateParams.PaymentMethodOptions
public static class SetupIntentCreateParams.PaymentMethodOptions.Card extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SetupIntentCreateParams.PaymentMethodOptions.Card.Builder
static class
SetupIntentCreateParams.PaymentMethodOptions.Card.RequestThreeDSecure
-
Method Summary
Modifier and Type Method Description static SetupIntentCreateParams.PaymentMethodOptions.Card.Builder
builder()
java.util.Map<java.lang.String,java.lang.Object>
getExtraParams()
java.lang.Boolean
getMoto()
SetupIntentCreateParams.PaymentMethodOptions.Card.RequestThreeDSecure
getRequestThreeDSecure()
-
-
-
Method Detail
-
builder
public static SetupIntentCreateParams.PaymentMethodOptions.Card.Builder builder()
-
getExtraParams
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
-
getMoto
public java.lang.Boolean getMoto()
-
getRequestThreeDSecure
public SetupIntentCreateParams.PaymentMethodOptions.Card.RequestThreeDSecure getRequestThreeDSecure()
-
-