Package com.stripe.param.tax
Class LocationCreateParams
java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.tax.LocationCreateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic enumState/province as an ISO 3166-2 subdivision code, without country prefix, such as "NY" or "TX".Nested classes/interfaces inherited from class com.stripe.net.ApiRequestParams
ApiRequestParams.EnumParam -
Field Summary
Fields inherited from class com.stripe.net.ApiRequestParams
EXTRA_PARAMS_KEY -
Method Summary
Modifier and TypeMethodDescriptionstatic LocationCreateParams.Builderbuilder()protected booleanbooleanRequired. The physical address of the tax location.Details to identify the tax location by its venue, types of events held, or available services, such as "A spacious auditorium suitable for large concerts and events.".Specifies which fields in the response should be expanded.Map of extra parameters for custom features not available in this client library.getType()Required. The type of tax location.inthashCode()Methods inherited from class com.stripe.net.ApiRequestParams
paramsToMap, toMap
-
Method Details
-
builder
-
getAddress
Required. The physical address of the tax location. -
getDescription
Details to identify the tax location by its venue, types of events held, or available services, such as "A spacious auditorium suitable for large concerts and events.". -
getExpand
Specifies which fields in the response should be expanded. -
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. -
getType
Required. The type of tax location. The only supported value is "performance". -
equals
-
canEqual
-
hashCode
public int hashCode()
-