Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Us::LocalAmusementTax

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/tax/registration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(jurisdiction: nil) ⇒ LocalAmusementTax

Returns a new instance of LocalAmusementTax.



2066
2067
2068
# File 'lib/stripe/resources/tax/registration.rb', line 2066

def initialize(jurisdiction: nil)
  @jurisdiction = jurisdiction
end

Instance Attribute Details

#jurisdictionObject

A [FIPS code](www.census.gov/library/reference/code-lists/ansi.html) representing the local jurisdiction. Supported FIPS codes are: ‘14000` (Chicago), `06613` (Bloomington), `21696` (East Dundee), `24582` (Evanston), `45421` (Lynwood), `48892` (Midlothian), `64343` (River Grove), and `68081` (Schiller Park).



2064
2065
2066
# File 'lib/stripe/resources/tax/registration.rb', line 2064

def jurisdiction
  @jurisdiction
end