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