Stripe.Params.Tax.RegistrationCreateParams.CountryOptions.Us
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.Tax.RegistrationCreateParams.CountryOptions.Us{ local_amusement_tax: Stripe.Params.Tax.RegistrationCreateParams.CountryOptions.Us.LocalAmusementTax.t() | nil, local_lease_tax: Stripe.Params.Tax.RegistrationCreateParams.CountryOptions.Us.LocalLeaseTax.t() | nil, state: String.t() | nil, state_sales_tax: Stripe.Params.Tax.RegistrationCreateParams.CountryOptions.Us.StateSalesTax.t() | nil, type: String.t() | nil }
local_amusement_tax- Options for the local amusement tax registration.local_lease_tax- Options for the local lease tax registration.state- Two-letter US state code (ISO 3166-2). Max length: 5000.state_sales_tax- Options for the state sales tax registration.type- Type of registration to be created in the US. Possible values:local_amusement_tax,local_lease_tax,state_communications_tax,state_retail_delivery_fee,state_sales_tax.