Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Mk
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::Registration::CreateParams::CountryOptions::Mk
- 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) ⇒ Mk
constructor
A new instance of Mk.
Methods inherited from RequestParams
Constructor Details
#initialize(standard: nil, type: nil) ⇒ Mk
Returns a new instance of Mk.
3205 3206 3207 3208 |
# File 'lib/stripe/resources/tax/registration.rb', line 3205 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
3201 3202 3203 |
# File 'lib/stripe/resources/tax/registration.rb', line 3201 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
3203 3204 3205 |
# File 'lib/stripe/resources/tax/registration.rb', line 3203 def type @type end |