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