Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Aw
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::Registration::CreateParams::CountryOptions::Aw
- 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) ⇒ Aw
constructor
A new instance of Aw.
Methods inherited from RequestParams
Constructor Details
#initialize(standard: nil, type: nil) ⇒ Aw
Returns a new instance of Aw.
2336 2337 2338 2339 |
# File 'lib/stripe/resources/tax/registration.rb', line 2336 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
2332 2333 2334 |
# File 'lib/stripe/resources/tax/registration.rb', line 2332 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
2334 2335 2336 |
# File 'lib/stripe/resources/tax/registration.rb', line 2334 def type @type end |