Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Mt
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::Registration::CreateParams::CountryOptions::Mt
- 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 an EU country.
Instance Method Summary collapse
-
#initialize(standard: nil, type: nil) ⇒ Mt
constructor
A new instance of Mt.
Methods inherited from RequestParams
Constructor Details
#initialize(standard: nil, type: nil) ⇒ Mt
Returns a new instance of Mt.
1552 1553 1554 1555 |
# File 'lib/stripe/resources/tax/registration.rb', line 1552 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
1548 1549 1550 |
# File 'lib/stripe/resources/tax/registration.rb', line 1548 def standard @standard end |
#type ⇒ Object
Type of registration to be created in an EU country.
1550 1551 1552 |
# File 'lib/stripe/resources/tax/registration.rb', line 1550 def type @type end |