Class: Stripe::Tax::RegistrationCreateParams::CountryOptions::Us::StateSalesTax
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::RegistrationCreateParams::CountryOptions::Us::StateSalesTax
- Defined in:
- lib/stripe/params/tax/registration_create_params.rb
Defined Under Namespace
Classes: Election
Instance Attribute Summary collapse
-
#elections ⇒ Object
Elections for the state sales tax registration.
Instance Method Summary collapse
-
#initialize(elections: nil) ⇒ StateSalesTax
constructor
A new instance of StateSalesTax.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, discriminator, discriminator_fields, field_encodings, new, #to_h
Constructor Details
#initialize(elections: nil) ⇒ StateSalesTax
Returns a new instance of StateSalesTax.
1898 1899 1900 |
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1898 def initialize(elections: nil) @elections = elections end |
Instance Attribute Details
#elections ⇒ Object
Elections for the state sales tax registration.
1896 1897 1898 |
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1896 def elections @elections end |