Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Ch
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::Registration::CreateParams::CountryOptions::Ch
- 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) ⇒ Ch
constructor
A new instance of Ch.
Methods inherited from RequestParams
Constructor Details
#initialize(standard: nil, type: nil) ⇒ Ch
Returns a new instance of Ch.
1359 1360 1361 1362 |
# File 'lib/stripe/resources/tax/registration.rb', line 1359 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
1355 1356 1357 |
# File 'lib/stripe/resources/tax/registration.rb', line 1355 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
1357 1358 1359 |
# File 'lib/stripe/resources/tax/registration.rb', line 1357 def type @type end |