Class: Stripe::Tax::Registration::CreateParams::CountryOptions::No
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::Registration::CreateParams::CountryOptions::No
- 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) ⇒ No
constructor
A new instance of No.
Methods inherited from RequestParams
Constructor Details
#initialize(standard: nil, type: nil) ⇒ No
Returns a new instance of No.
2088 2089 2090 2091 |
# File 'lib/stripe/resources/tax/registration.rb', line 2088 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
2084 2085 2086 |
# File 'lib/stripe/resources/tax/registration.rb', line 2084 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
2086 2087 2088 |
# File 'lib/stripe/resources/tax/registration.rb', line 2086 def type @type end |