Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Me
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::Registration::CreateParams::CountryOptions::Me
- Defined in:
- lib/stripe/resources/tax/registration.rb
Defined Under Namespace
Classes: Standard
Instance Attribute Summary collapse
-
#standard ⇒ Object
Options for the standard registration.
-
#type ⇒ Object
Type of registration to be created in ‘country`.
Instance Method Summary collapse
-
#initialize(standard: nil, type: nil) ⇒ Me
constructor
A new instance of Me.
Methods inherited from RequestParams
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
#standard ⇒ Object
Options for the standard registration.
1957 1958 1959 |
# File 'lib/stripe/resources/tax/registration.rb', line 1957 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
1959 1960 1961 |
# File 'lib/stripe/resources/tax/registration.rb', line 1959 def type @type end |