Class: Stripe::Tax::RegistrationCreateParams::CountryOptions::Us::StateSalesTax

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/tax/registration_create_params.rb

Defined Under Namespace

Classes: Election

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(elections: nil) ⇒ StateSalesTax

Returns a new instance of StateSalesTax.



1493
1494
1495
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1493

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

Instance Attribute Details

#electionsObject

Elections for the state sales tax registration.



1491
1492
1493
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1491

def elections
  @elections
end