Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Gb

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

Returns a new instance of Gb.



2846
2847
2848
2849
# File 'lib/stripe/resources/tax/registration.rb', line 2846

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

Instance Attribute Details

#standardObject

Options for the standard registration.



2842
2843
2844
# File 'lib/stripe/resources/tax/registration.rb', line 2842

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



2844
2845
2846
# File 'lib/stripe/resources/tax/registration.rb', line 2844

def type
  @type
end