Class: Stripe::Tax::RegistrationCreateParams::CountryOptions::Us::LocalAmusementTax

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/tax/registration_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, new, #to_h

Constructor Details

#initialize(jurisdiction: nil) ⇒ LocalAmusementTax

Returns a new instance of LocalAmusementTax.



1473
1474
1475
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1473

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: ‘02154` (Arlington Heights), `05248` (Bensenville), `06613` (Bloomington), `10906` (Campton Hills), `14000` (Chicago), `21696` (East Dundee), `24582` (Evanston), `45421` (Lynwood), `48892` (Midlothian), `64343` (River Grove), `64421` (Riverside), `65806` (Roselle), and `68081` (Schiller Park).



1471
1472
1473
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1471

def jurisdiction
  @jurisdiction
end