Class: Stripe::Tax::RegistrationService::CreateParams::CountryOptions::No
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::RegistrationService::CreateParams::CountryOptions::No
- Defined in:
- lib/stripe/services/tax/registration_service.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) ⇒ No
constructor
A new instance of No.
Methods inherited from RequestParams
Constructor Details
#initialize(standard: nil, type: nil) ⇒ No
Returns a new instance of No.
1135 1136 1137 1138 |
# File 'lib/stripe/services/tax/registration_service.rb', line 1135 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
1131 1132 1133 |
# File 'lib/stripe/services/tax/registration_service.rb', line 1131 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
1133 1134 1135 |
# File 'lib/stripe/services/tax/registration_service.rb', line 1133 def type @type end |