Class: Stripe::Tax::RegistrationService::CreateParams::CountryOptions::Mk
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::RegistrationService::CreateParams::CountryOptions::Mk
- Defined in:
- lib/stripe/services/tax/registration_service.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.
1028 1029 1030 1031 |
# File 'lib/stripe/services/tax/registration_service.rb', line 1028 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
1024 1025 1026 |
# File 'lib/stripe/services/tax/registration_service.rb', line 1024 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
1026 1027 1028 |
# File 'lib/stripe/services/tax/registration_service.rb', line 1026 def type @type end |