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