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