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