Class: Stripe::Tax::RegistrationService::CreateParams::CountryOptions::Uy
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::RegistrationService::CreateParams::CountryOptions::Uy
- 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) ⇒ Uy
constructor
A new instance of Uy.
Methods inherited from RequestParams
Constructor Details
#initialize(type: nil) ⇒ Uy
Returns a new instance of Uy.
1123 1124 1125 |
# File 'lib/stripe/services/tax/registration_service.rb', line 1123 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
Type of registration to be created in ‘country`.
1121 1122 1123 |
# File 'lib/stripe/services/tax/registration_service.rb', line 1121 def type @type end |