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.
1112 1113 1114 1115 |
# File 'lib/stripe/resources/tax/registration.rb', line 1112 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
1108 1109 1110 |
# File 'lib/stripe/resources/tax/registration.rb', line 1108 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
1110 1111 1112 |
# File 'lib/stripe/resources/tax/registration.rb', line 1110 def type @type end |