Stripe.Params.Tax.RegistrationCreateParams.CountryOptions.Us.StateSalesTax.Elections (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %Stripe.Params.Tax.RegistrationCreateParams.CountryOptions.Us.StateSalesTax.Elections{
    jurisdiction: String.t() | nil,
    type: String.t() | nil
  }
  • jurisdiction - A FIPS code representing the local jurisdiction. Supported FIPS codes are: 003 (Allegheny County) and 60000 (Philadelphia City). 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.