Class: Stripe::Tax::RegistrationCreateParams::CountryOptions::Us::TourismTax
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::RegistrationCreateParams::CountryOptions::Us::TourismTax
- Defined in:
- lib/stripe/params/tax/registration_create_params.rb
Instance Attribute Summary collapse
-
#jurisdiction ⇒ Object
A jurisdiction code representing the [local jurisdiction](/tax/registering?type=tourism_tax#registration-types).
Instance Method Summary collapse
-
#initialize(jurisdiction: nil) ⇒ TourismTax
constructor
A new instance of TourismTax.
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.
1565 1566 1567 |
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1565 def initialize(jurisdiction: nil) @jurisdiction = jurisdiction end |
Instance Attribute Details
#jurisdiction ⇒ Object
A jurisdiction code representing the [local jurisdiction](/tax/registering?type=tourism_tax#registration-types).
1563 1564 1565 |
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1563 def jurisdiction @jurisdiction end |