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