Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Us::StateSalesTax
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::Registration::CreateParams::CountryOptions::Us::StateSalesTax
- Defined in:
- lib/stripe/resources/tax/registration.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
Constructor Details
#initialize(elections: nil) ⇒ StateSalesTax
Returns a new instance of StateSalesTax.
1903 1904 1905 |
# File 'lib/stripe/resources/tax/registration.rb', line 1903 def initialize(elections: nil) @elections = elections end |
Instance Attribute Details
#elections ⇒ Object
Elections for the state sales tax registration.
1901 1902 1903 |
# File 'lib/stripe/resources/tax/registration.rb', line 1901 def elections @elections end |