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.



2456
2457
2458
# File 'lib/stripe/resources/tax/registration.rb', line 2456

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

Instance Attribute Details

#electionsObject

Elections for the state sales tax registration.



2454
2455
2456
# File 'lib/stripe/resources/tax/registration.rb', line 2454

def elections
  @elections
end