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.
2583 2584 2585 2586 |
# File 'lib/stripe/resources/tax/registration.rb', line 2583 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
2579 2580 2581 |
# File 'lib/stripe/resources/tax/registration.rb', line 2579 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
2581 2582 2583 |
# File 'lib/stripe/resources/tax/registration.rb', line 2581 def type @type end |