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

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) ⇒ LocalLeaseTax

Returns a new instance of LocalLeaseTax.



2436
2437
2438
# File 'lib/stripe/resources/tax/registration.rb', line 2436

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).



2434
2435
2436
# File 'lib/stripe/resources/tax/registration.rb', line 2434

def jurisdiction
  @jurisdiction
end