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.



2047
2048
2049
# File 'lib/stripe/resources/tax/registration.rb', line 2047

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

Instance Attribute Details

#electionsObject

Elections for the state sales tax registration.



2045
2046
2047
# File 'lib/stripe/resources/tax/registration.rb', line 2045

def elections
  @elections
end