Stripe.Resources.Tax.Registration.CountryOptions.Us.StateSalesTax.Elections
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Tax.Registration.CountryOptions.Us.StateSalesTax.Elections{ jurisdiction: String.t() | nil, type: String.t() | nil }
jurisdiction- A FIPS code representing the local jurisdiction. Max length: 5000.type- The type of the election for the state sales tax registration. Possible values:local_use_tax,simplified_sellers_use_tax,single_local_use_tax.