Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Ch

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

Returns a new instance of Ch.



1359
1360
1361
1362
# File 'lib/stripe/resources/tax/registration.rb', line 1359

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

Instance Attribute Details

#standardObject

Options for the standard registration.



1355
1356
1357
# File 'lib/stripe/resources/tax/registration.rb', line 1355

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



1357
1358
1359
# File 'lib/stripe/resources/tax/registration.rb', line 1357

def type
  @type
end