Class: Stripe::Tax::RegistrationService::CreateParams::CountryOptions::Ca
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::RegistrationService::CreateParams::CountryOptions::Ca
- Defined in:
- lib/stripe/services/tax/registration_service.rb
Defined Under Namespace
Classes: ProvinceStandard
Instance Attribute Summary collapse
-
#province_standard ⇒ Object
Options for the provincial tax registration.
-
#type ⇒ Object
Type of registration to be created in Canada.
Instance Method Summary collapse
-
#initialize(province_standard: nil, type: nil) ⇒ Ca
constructor
A new instance of Ca.
Methods inherited from RequestParams
Constructor Details
#initialize(province_standard: nil, type: nil) ⇒ Ca
Returns a new instance of Ca.
236 237 238 239 |
# File 'lib/stripe/services/tax/registration_service.rb', line 236 def initialize(province_standard: nil, type: nil) @province_standard = province_standard @type = type end |
Instance Attribute Details
#province_standard ⇒ Object
Options for the provincial tax registration.
232 233 234 |
# File 'lib/stripe/services/tax/registration_service.rb', line 232 def province_standard @province_standard end |
#type ⇒ Object
Type of registration to be created in Canada.
234 235 236 |
# File 'lib/stripe/services/tax/registration_service.rb', line 234 def type @type end |