Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Ua
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::Registration::CreateParams::CountryOptions::Ua
- 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) ⇒ Ua
constructor
A new instance of Ua.
Methods inherited from RequestParams
Constructor Details
#initialize(type: nil) ⇒ Ua
Returns a new instance of Ua.
2063 2064 2065 |
# File 'lib/stripe/resources/tax/registration.rb', line 2063 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
Type of registration to be created in ‘country`.
2061 2062 2063 |
# File 'lib/stripe/resources/tax/registration.rb', line 2061 def type @type end |