Package com.stripe.param.tax
Class RegistrationCreateParams.CountryOptions.Us.Builder
java.lang.Object
com.stripe.param.tax.RegistrationCreateParams.CountryOptions.Us.Builder
- Enclosing class:
- RegistrationCreateParams.CountryOptions.Us
-
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.setLocalAmusementTax
(RegistrationCreateParams.CountryOptions.Us.LocalAmusementTax localAmusementTax) Options for the local amusement tax registration.Options for the local lease tax registration.Required. Two-letter US state code (ISO 3166-2).Required. Type of registration to be created in the US.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
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.extraParams
for the field documentation. -
putAllExtraParam
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.extraParams
for the field documentation. -
setLocalAmusementTax
public RegistrationCreateParams.CountryOptions.Us.Builder setLocalAmusementTax(RegistrationCreateParams.CountryOptions.Us.LocalAmusementTax localAmusementTax) Options for the local amusement tax registration. -
setLocalLeaseTax
public RegistrationCreateParams.CountryOptions.Us.Builder setLocalLeaseTax(RegistrationCreateParams.CountryOptions.Us.LocalLeaseTax localLeaseTax) Options for the local lease tax registration. -
setState
Required. Two-letter US state code (ISO 3166-2). -
setType
public RegistrationCreateParams.CountryOptions.Us.Builder setType(RegistrationCreateParams.CountryOptions.Us.Type type) Required. Type of registration to be created in the US.
-