Package com.stripe.param
Class PaymentIntentConfirmParams.PaymentMethodOptions.Sofort
- java.lang.Object
-
- com.stripe.param.PaymentIntentConfirmParams.PaymentMethodOptions.Sofort
-
- Enclosing class:
- PaymentIntentConfirmParams.PaymentMethodOptions
public static class PaymentIntentConfirmParams.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. SeePaymentIntentConfirmParams.PaymentMethodOptions.SepaDebit.MandateOptions.extraParamsfor the field documentation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaymentIntentConfirmParams.PaymentMethodOptions.Sofort.Builderstatic classPaymentIntentConfirmParams.PaymentMethodOptions.Sofort.PreferredLanguage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaymentIntentConfirmParams.PaymentMethodOptions.Sofort.Builderbuilder()java.util.Map<java.lang.String,java.lang.Object>getExtraParams()PaymentIntentConfirmParams.PaymentMethodOptions.Sofort.PreferredLanguagegetPreferredLanguage()
-
-
-
Method Detail
-
builder
public static PaymentIntentConfirmParams.PaymentMethodOptions.Sofort.Builder builder()
-
getExtraParams
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
-
getPreferredLanguage
public PaymentIntentConfirmParams.PaymentMethodOptions.Sofort.PreferredLanguage getPreferredLanguage()
-
-