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.
2786 2787 2788 2789 |
# File 'lib/stripe/resources/tax/registration.rb', line 2786 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
2782 2783 2784 |
# File 'lib/stripe/resources/tax/registration.rb', line 2782 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
2784 2785 2786 |
# File 'lib/stripe/resources/tax/registration.rb', line 2784 def type @type end |