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