Class: Stripe::Tax::RegistrationService::CreateParams::CountryOptions::Zw
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::RegistrationService::CreateParams::CountryOptions::Zw
- 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) ⇒ Zw
constructor
A new instance of Zw.
Methods inherited from RequestParams
Constructor Details
#initialize(standard: nil, type: nil) ⇒ Zw
Returns a new instance of Zw.
1614 1615 1616 1617 |
# File 'lib/stripe/services/tax/registration_service.rb', line 1614 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
1610 1611 1612 |
# File 'lib/stripe/services/tax/registration_service.rb', line 1610 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
1612 1613 1614 |
# File 'lib/stripe/services/tax/registration_service.rb', line 1612 def type @type end |