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