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.
3185 3186 3187 3188 |
# File 'lib/stripe/resources/tax/registration.rb', line 3185 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
3181 3182 3183 |
# File 'lib/stripe/resources/tax/registration.rb', line 3181 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
3183 3184 3185 |
# File 'lib/stripe/resources/tax/registration.rb', line 3183 def type @type end |