Package com.stripe.param
Class AccountSessionCreateParams.Components.TaxSettings.Builder
java.lang.Object
com.stripe.param.AccountSessionCreateParams.Components.TaxSettings.Builder
- Enclosing class:
- AccountSessionCreateParams.Components.TaxSettings
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.setEnabled
(Boolean enabled) Required. Whether the embedded component is enabled.The list of features enabled in the embedded component.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setEnabled
Required. Whether the embedded component is enabled. -
putExtraParam
public AccountSessionCreateParams.Components.TaxSettings.Builder putExtraParam(String key, Object value) Add a key/value pair 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. SeeAccountSessionCreateParams.Components.TaxSettings.extraParams
for the field documentation. -
putAllExtraParam
public AccountSessionCreateParams.Components.TaxSettings.Builder putAllExtraParam(Map<String, Object> map) Add 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. SeeAccountSessionCreateParams.Components.TaxSettings.extraParams
for the field documentation. -
setFeatures
public AccountSessionCreateParams.Components.TaxSettings.Builder setFeatures(AccountSessionCreateParams.Components.TaxSettings.Features features) The list of features enabled in the embedded component.
-