Package com.stripe.param
Class PaymentMethodCreateParams.Bancontact
- java.lang.Object
-
- com.stripe.param.PaymentMethodCreateParams.Bancontact
-
- Enclosing class:
- PaymentMethodCreateParams
public static class PaymentMethodCreateParams.Bancontact extends java.lang.ObjectSort code of the bank account. (e.g.,10-20-30)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaymentMethodCreateParams.Bancontact.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaymentMethodCreateParams.Bancontact.Builderbuilder()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 PaymentMethodCreateParams.Bancontact.Builder builder()
-
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.
-
-