Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Me

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

Returns a new instance of Me.



1961
1962
1963
1964
# File 'lib/stripe/resources/tax/registration.rb', line 1961

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

Instance Attribute Details

#standardObject

Options for the standard registration.



1957
1958
1959
# File 'lib/stripe/resources/tax/registration.rb', line 1957

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



1959
1960
1961
# File 'lib/stripe/resources/tax/registration.rb', line 1959

def type
  @type
end