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.



1903
1904
1905
# File 'lib/stripe/resources/tax/registration.rb', line 1903

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

Instance Attribute Details

#electionsObject

Elections for the state sales tax registration.



1901
1902
1903
# File 'lib/stripe/resources/tax/registration.rb', line 1901

def elections
  @elections
end