Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Ie
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::Registration::CreateParams::CountryOptions::Ie
- 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 an EU country.
Instance Method Summary collapse
-
#initialize(standard: nil, type: nil) ⇒ Ie
constructor
A new instance of Ie.
Methods inherited from RequestParams
Constructor Details
#initialize(standard: nil, type: nil) ⇒ Ie
Returns a new instance of Ie.
1353 1354 1355 1356 |
# File 'lib/stripe/resources/tax/registration.rb', line 1353 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
1349 1350 1351 |
# File 'lib/stripe/resources/tax/registration.rb', line 1349 def standard @standard end |
#type ⇒ Object
Type of registration to be created in an EU country.
1351 1352 1353 |
# File 'lib/stripe/resources/tax/registration.rb', line 1351 def type @type end |