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
Defined Under Namespace
Classes: Standard
Instance Attribute Summary collapse
-
#standard ⇒ Object
Options for the standard registration.
-
#type ⇒ Object
Type of registration to be created in ‘country`.
Instance Method Summary collapse
-
#initialize(standard: nil, type: nil) ⇒ Et
constructor
A new instance of Et.
Methods inherited from RequestParams
Constructor Details
#initialize(standard: nil, type: nil) ⇒ Et
Returns a new instance of Et.
1562 1563 1564 1565 |
# File 'lib/stripe/resources/tax/registration.rb', line 1562 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
1558 1559 1560 |
# File 'lib/stripe/resources/tax/registration.rb', line 1558 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
1560 1561 1562 |
# File 'lib/stripe/resources/tax/registration.rb', line 1560 def type @type end |