Stripe.Resources.Tax.CalculationLineItem.TaxBreakdown.Jurisdiction (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Tax.CalculationLineItem.TaxBreakdown.Jurisdiction{
  country: String.t() | nil,
  display_name: String.t() | nil,
  level: String.t() | nil,
  state: String.t() | nil
}
  • country - Two-letter country code (ISO 3166-1 alpha-2). Max length: 5000.
  • display_name - A human-readable name for the jurisdiction imposing the tax. Max length: 5000.
  • level - Indicates the level of the jurisdiction imposing the tax. Possible values: city, country, county, district, state.
  • state - ISO 3166-2 subdivision code, without country prefix. For example, "NY" for New York, United States. Max length: 5000. Nullable.