Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Om
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::Registration::CreateParams::CountryOptions::Om
- 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) ⇒ Om
constructor
A new instance of Om.
Methods inherited from RequestParams
Constructor Details
#initialize(standard: nil, type: nil) ⇒ Om
Returns a new instance of Om.
3361 3362 3363 3364 |
# File 'lib/stripe/resources/tax/registration.rb', line 3361 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
3357 3358 3359 |
# File 'lib/stripe/resources/tax/registration.rb', line 3357 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
3359 3360 3361 |
# File 'lib/stripe/resources/tax/registration.rb', line 3359 def type @type end |