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.



2583
2584
2585
2586
# File 'lib/stripe/resources/tax/registration.rb', line 2583

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

Instance Attribute Details

#standardObject

Options for the standard registration.



2579
2580
2581
# File 'lib/stripe/resources/tax/registration.rb', line 2579

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



2581
2582
2583
# File 'lib/stripe/resources/tax/registration.rb', line 2581

def type
  @type
end