Class: Stripe::Tax::RegistrationCreateParams::CountryOptions::Us::EntertainmentTax
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::RegistrationCreateParams::CountryOptions::Us::EntertainmentTax
- 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=entertainment_tax#registration-types).
Instance Method Summary collapse
-
#initialize(jurisdiction: nil) ⇒ EntertainmentTax
constructor
A new instance of EntertainmentTax.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(jurisdiction: nil) ⇒ EntertainmentTax
Returns a new instance of EntertainmentTax.
1482 1483 1484 |
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1482 def initialize(jurisdiction: nil) @jurisdiction = jurisdiction end |
Instance Attribute Details
#jurisdiction ⇒ Object
A jurisdiction code representing the [local jurisdiction](/tax/registering?type=entertainment_tax#registration-types).
1480 1481 1482 |
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1480 def jurisdiction @jurisdiction end |