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
Instance Attribute Summary collapse
-
#type ⇒ Object
Type of registration to be created in ‘country`.
Instance Method Summary collapse
-
#initialize(type: nil) ⇒ Zw
constructor
A new instance of Zw.
Methods inherited from RequestParams
Constructor Details
#initialize(type: nil) ⇒ Zw
Returns a new instance of Zw.
1276 1277 1278 |
# File 'lib/stripe/services/tax/registration_service.rb', line 1276 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
Type of registration to be created in ‘country`.
1274 1275 1276 |
# File 'lib/stripe/services/tax/registration_service.rb', line 1274 def type @type end |