Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Za
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::Registration::CreateParams::CountryOptions::Za
- 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) ⇒ Za
constructor
A new instance of Za.
Methods inherited from RequestParams
Constructor Details
#initialize(standard: nil, type: nil) ⇒ Za
Returns a new instance of Za.
3762 3763 3764 3765 |
# File 'lib/stripe/resources/tax/registration.rb', line 3762 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
3758 3759 3760 |
# File 'lib/stripe/resources/tax/registration.rb', line 3758 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
3760 3761 3762 |
# File 'lib/stripe/resources/tax/registration.rb', line 3760 def type @type end |