Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Uy
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::Registration::CreateParams::CountryOptions::Uy
- Defined in:
- lib/stripe/resources/tax/registration.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.
2081 2082 2083 |
# File 'lib/stripe/resources/tax/registration.rb', line 2081 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
Type of registration to be created in ‘country`.
2079 2080 2081 |
# File 'lib/stripe/resources/tax/registration.rb', line 2079 def type @type end |