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