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

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/tax/registration_service.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.



1069
1070
1071
# File 'lib/stripe/services/tax/registration_service.rb', line 1069

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



1067
1068
1069
# File 'lib/stripe/services/tax/registration_service.rb', line 1067

def jurisdiction
  @jurisdiction
end