Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Nz
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::Registration::CreateParams::CountryOptions::Nz
- 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) ⇒ Nz
constructor
A new instance of Nz.
Methods inherited from RequestParams
Constructor Details
#initialize(standard: nil, type: nil) ⇒ Nz
Returns a new instance of Nz.
2117 2118 2119 2120 |
# File 'lib/stripe/resources/tax/registration.rb', line 2117 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
2113 2114 2115 |
# File 'lib/stripe/resources/tax/registration.rb', line 2113 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
2115 2116 2117 |
# File 'lib/stripe/resources/tax/registration.rb', line 2115 def type @type end |