Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Sg

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) ⇒ Sg

Returns a new instance of Sg.



2293
2294
2295
2296
# File 'lib/stripe/resources/tax/registration.rb', line 2293

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

Instance Attribute Details

#standardObject

Options for the standard registration.



2289
2290
2291
# File 'lib/stripe/resources/tax/registration.rb', line 2289

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



2291
2292
2293
# File 'lib/stripe/resources/tax/registration.rb', line 2291

def type
  @type
end