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.
2538 2539 2540 2541 |
# File 'lib/stripe/resources/tax/registration.rb', line 2538 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
2534 2535 2536 |
# File 'lib/stripe/resources/tax/registration.rb', line 2534 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
2536 2537 2538 |
# File 'lib/stripe/resources/tax/registration.rb', line 2536 def type @type end |