Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Rs
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::Registration::CreateParams::CountryOptions::Rs
- 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) ⇒ Rs
constructor
A new instance of Rs.
Methods inherited from RequestParams
Constructor Details
#initialize(standard: nil, type: nil) ⇒ Rs
Returns a new instance of Rs.
2235 2236 2237 2238 |
# File 'lib/stripe/resources/tax/registration.rb', line 2235 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
2231 2232 2233 |
# File 'lib/stripe/resources/tax/registration.rb', line 2231 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
2233 2234 2235 |
# File 'lib/stripe/resources/tax/registration.rb', line 2233 def type @type end |