Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Si

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

Defined Under Namespace

Classes: Standard

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(standard: nil, type: nil) ⇒ Si

Returns a new instance of Si.



3537
3538
3539
3540
# File 'lib/stripe/resources/tax/registration.rb', line 3537

def initialize(standard: nil, type: nil)
  @standard = standard
  @type = type
end

Instance Attribute Details

#standardObject

Options for the standard registration.



3533
3534
3535
# File 'lib/stripe/resources/tax/registration.rb', line 3533

def standard
  @standard
end

#typeObject

Type of registration to be created in an EU country.



3535
3536
3537
# File 'lib/stripe/resources/tax/registration.rb', line 3535

def type
  @type
end