Stripe.Resources.Tax.Registration.CountryOptions.Us
(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{ local_amusement_tax: Stripe.Resources.Tax.Registration.CountryOptions.Us.LocalAmusementTax.t() | nil, local_lease_tax: Stripe.Resources.Tax.Registration.CountryOptions.Us.LocalLeaseTax.t() | nil, state: String.t() | nil, state_sales_tax: Stripe.Resources.Tax.Registration.CountryOptions.Us.StateSalesTax.t() | nil, type: String.t() | nil }
local_amusement_taxlocal_lease_taxstate- Two-letter US state code (ISO 3166-2). Max length: 5000.state_sales_taxtype- Type of registration in the US. Possible values:local_amusement_tax,local_lease_tax,state_communications_tax,state_retail_delivery_fee,state_sales_tax.