Package com.stripe.param
Class PaymentIntentCreateParams.PaymentMethodOptions.Sofort
- java.lang.Object
-
- com.stripe.param.PaymentIntentCreateParams.PaymentMethodOptions.Sofort
-
- Enclosing class:
- PaymentIntentCreateParams.PaymentMethodOptions
public static class PaymentIntentCreateParams.PaymentMethodOptions.Sofort extends java.lang.ObjectAdd all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeePaymentIntentCreateParams.PaymentMethodOptions.SepaDebit.MandateOptions.extraParamsfor the field documentation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaymentIntentCreateParams.PaymentMethodOptions.Sofort.Builderstatic classPaymentIntentCreateParams.PaymentMethodOptions.Sofort.PreferredLanguage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaymentIntentCreateParams.PaymentMethodOptions.Sofort.Builderbuilder()java.util.Map<java.lang.String,java.lang.Object>getExtraParams()PaymentIntentCreateParams.PaymentMethodOptions.Sofort.PreferredLanguagegetPreferredLanguage()
-
-
-
Method Detail
-
builder
public static PaymentIntentCreateParams.PaymentMethodOptions.Sofort.Builder builder()
-
getExtraParams
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
-
getPreferredLanguage
public PaymentIntentCreateParams.PaymentMethodOptions.Sofort.PreferredLanguage getPreferredLanguage()
-
-