Class: Stripe::Tax::RegistrationCreateParams::CountryOptions::Us::TourismTax

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/tax/registration_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(jurisdiction: nil) ⇒ TourismTax

Returns a new instance of TourismTax.



1583
1584
1585
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1583

def initialize(jurisdiction: nil)
  @jurisdiction = jurisdiction
end

Instance Attribute Details

#jurisdictionObject

A jurisdiction code representing the local jurisdiction.



1581
1582
1583
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1581

def jurisdiction
  @jurisdiction
end