Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Us::StateSalesTax

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/tax/registration.rb

Defined Under Namespace

Classes: Election

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(elections: nil) ⇒ StateSalesTax

Returns a new instance of StateSalesTax.



1724
1725
1726
# File 'lib/stripe/resources/tax/registration.rb', line 1724

def initialize(elections: nil)
  @elections = elections
end

Instance Attribute Details

#electionsObject

Elections for the state sales tax registration.



1722
1723
1724
# File 'lib/stripe/resources/tax/registration.rb', line 1722

def elections
  @elections
end