Class: Stripe::Tax::RegistrationService::CreateParams::CountryOptions::Sr
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::RegistrationService::CreateParams::CountryOptions::Sr
- Defined in:
- lib/stripe/services/tax/registration_service.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.
1005 1006 1007 |
# File 'lib/stripe/services/tax/registration_service.rb', line 1005 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
Type of registration to be created in ‘country`.
1003 1004 1005 |
# File 'lib/stripe/services/tax/registration_service.rb', line 1003 def type @type end |