Class: Stripe::Tax::RegistrationCreateParams::CountryOptions::Us::LocalLeaseTax
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::RegistrationCreateParams::CountryOptions::Us::LocalLeaseTax
- Defined in:
- lib/stripe/params/tax/registration_create_params.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) ⇒ LocalLeaseTax
constructor
A new instance of LocalLeaseTax.
Methods inherited from RequestParams
Constructor Details
#initialize(jurisdiction: nil) ⇒ LocalLeaseTax
Returns a new instance of LocalLeaseTax.
1464 1465 1466 |
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1464 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).
1462 1463 1464 |
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1462 def jurisdiction @jurisdiction end |