Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Sr
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::Registration::CreateParams::CountryOptions::Sr
- Defined in:
- lib/stripe/resources/tax/registration.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
Type of registration to be created in ‘country`.
Instance Method Summary collapse
-
#initialize(type: nil) ⇒ Sr
constructor
A new instance of Sr.
Methods inherited from RequestParams
Constructor Details
#initialize(type: nil) ⇒ Sr
Returns a new instance of Sr.
2018 2019 2020 |
# File 'lib/stripe/resources/tax/registration.rb', line 2018 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
Type of registration to be created in ‘country`.
2016 2017 2018 |
# File 'lib/stripe/resources/tax/registration.rb', line 2016 def type @type end |