Class: Stripe::Tax::RegistrationCreateParams::CountryOptions::Us::LuxuryTax
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::RegistrationCreateParams::CountryOptions::Us::LuxuryTax
- Defined in:
- lib/stripe/params/tax/registration_create_params.rb
Instance Attribute Summary collapse
-
#jurisdiction ⇒ Object
A jurisdiction code representing the local jurisdiction.
Instance Method Summary collapse
-
#initialize(jurisdiction: nil) ⇒ LuxuryTax
constructor
A new instance of LuxuryTax.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, discriminator, discriminator_fields, field_encodings, new, #to_h
Constructor Details
#initialize(jurisdiction: nil) ⇒ LuxuryTax
Returns a new instance of LuxuryTax.
1851 1852 1853 |
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1851 def initialize(jurisdiction: nil) @jurisdiction = jurisdiction end |
Instance Attribute Details
#jurisdiction ⇒ Object
A jurisdiction code representing the local jurisdiction.
1849 1850 1851 |
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1849 def jurisdiction @jurisdiction end |