Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Ca
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::Registration::CreateParams::CountryOptions::Ca
- Defined in:
- lib/stripe/resources/tax/registration.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.
1014 1015 1016 1017 |
# File 'lib/stripe/resources/tax/registration.rb', line 1014 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.
1010 1011 1012 |
# File 'lib/stripe/resources/tax/registration.rb', line 1010 def province_standard @province_standard end |
#type ⇒ Object
Type of registration to be created in Canada.
1012 1013 1014 |
# File 'lib/stripe/resources/tax/registration.rb', line 1012 def type @type end |