Package com.stripe.param.checkout
Class SessionCreateParams.PaymentMethodOptions
- java.lang.Object
-
- com.stripe.param.checkout.SessionCreateParams.PaymentMethodOptions
-
- Enclosing class:
- SessionCreateParams
public static class SessionCreateParams.PaymentMethodOptions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSessionCreateParams.PaymentMethodOptions.AcssDebitstatic classSessionCreateParams.PaymentMethodOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SessionCreateParams.PaymentMethodOptions.Builderbuilder()SessionCreateParams.PaymentMethodOptions.AcssDebitgetAcssDebit()contains details about the ACSS Debit payment method options.java.util.Map<java.lang.String,java.lang.Object>getExtraParams()Map of extra parameters for custom features not available in this client library.
-
-
-
Method Detail
-
builder
public static SessionCreateParams.PaymentMethodOptions.Builder builder()
-
getAcssDebit
public SessionCreateParams.PaymentMethodOptions.AcssDebit getAcssDebit()
contains details about the ACSS Debit payment method options.
-
getExtraParams
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
-
-