Class: Stripe::Tax::RegistrationService::CreateParams::CountryOptions::Us::LocalAmusementTax
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::RegistrationService::CreateParams::CountryOptions::Us::LocalAmusementTax
- Defined in:
- lib/stripe/services/tax/registration_service.rb
Instance Attribute Summary collapse
-
#jurisdiction ⇒ Object
A [FIPS code](www.census.gov/library/reference/code-lists/ansi.html) representing the local jurisdiction.
Instance Method Summary collapse
-
#initialize(jurisdiction: nil) ⇒ LocalAmusementTax
constructor
A new instance of LocalAmusementTax.
Methods inherited from RequestParams
Constructor Details
#initialize(jurisdiction: nil) ⇒ LocalAmusementTax
Returns a new instance of LocalAmusementTax.
1060 1061 1062 |
# File 'lib/stripe/services/tax/registration_service.rb', line 1060 def initialize(jurisdiction: nil) @jurisdiction = jurisdiction end |
Instance Attribute Details
#jurisdiction ⇒ Object
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), `64343` (River Grove), and `68081` (Schiller Park).
1058 1059 1060 |
# File 'lib/stripe/services/tax/registration_service.rb', line 1058 def jurisdiction @jurisdiction end |