Package com.stripe.param.tax
Class RegistrationCreateParams.CountryOptions.Us.StateSalesTax.Builder
java.lang.Object
com.stripe.param.tax.RegistrationCreateParams.CountryOptions.Us.StateSalesTax.Builder
- Enclosing class:
- RegistrationCreateParams.CountryOptions.Us.StateSalesTax
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdd all elements to `elections` list.Add an element to `elections` list.build()
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.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
addElection
public RegistrationCreateParams.CountryOptions.Us.StateSalesTax.Builder addElection(RegistrationCreateParams.CountryOptions.Us.StateSalesTax.Election element) Add an element to `elections` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeRegistrationCreateParams.CountryOptions.Us.StateSalesTax.elections
for the field documentation. -
addAllElection
public RegistrationCreateParams.CountryOptions.Us.StateSalesTax.Builder addAllElection(List<RegistrationCreateParams.CountryOptions.Us.StateSalesTax.Election> elements) Add all elements to `elections` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeRegistrationCreateParams.CountryOptions.Us.StateSalesTax.elections
for the field documentation. -
putExtraParam
public RegistrationCreateParams.CountryOptions.Us.StateSalesTax.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. SeeRegistrationCreateParams.CountryOptions.Us.StateSalesTax.extraParams
for the field documentation. -
putAllExtraParam
public RegistrationCreateParams.CountryOptions.Us.StateSalesTax.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. SeeRegistrationCreateParams.CountryOptions.Us.StateSalesTax.extraParams
for the field documentation.
-