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.



1883
1884
1885
# File 'lib/stripe/resources/tax/registration.rb', line 1883

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



1881
1882
1883
# File 'lib/stripe/resources/tax/registration.rb', line 1881

def jurisdiction
  @jurisdiction
end