Class: Aws::TaxSettings::Types::CanadaAdditionalInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::CanadaAdditionalInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Additional tax information associated with your TRN in Canada .
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#canada_quebec_sales_tax_number ⇒ String
The Quebec Sales Tax ID number.
-
#canada_retail_sales_tax_number ⇒ String
Manitoba Retail Sales Tax ID number.
-
#is_reseller_account ⇒ Boolean
The value for this parameter must be ‘true` if the `provincialSalesTaxId` value is provided for a TRN in British Columbia, Saskatchewan, or Manitoba provinces.
-
#provincial_sales_tax_id ⇒ String
The provincial sales tax ID for your TRN in Canada.
Instance Attribute Details
#canada_quebec_sales_tax_number ⇒ String
The Quebec Sales Tax ID number. Leave blank if you do not have a Quebec Sales Tax ID number.
590 591 592 593 594 595 596 597 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 590 class CanadaAdditionalInfo < Struct.new( :canada_quebec_sales_tax_number, :canada_retail_sales_tax_number, :is_reseller_account, :provincial_sales_tax_id) SENSITIVE = [] include Aws::Structure end |
#canada_retail_sales_tax_number ⇒ String
Manitoba Retail Sales Tax ID number. Customers purchasing Amazon Web Services services for resale in Manitoba must provide a valid Retail Sales Tax ID number for Manitoba. Leave this blank if you do not have a Retail Sales Tax ID number in Manitoba or are not purchasing Amazon Web Services services for resale.
590 591 592 593 594 595 596 597 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 590 class CanadaAdditionalInfo < Struct.new( :canada_quebec_sales_tax_number, :canada_retail_sales_tax_number, :is_reseller_account, :provincial_sales_tax_id) SENSITIVE = [] include Aws::Structure end |
#is_reseller_account ⇒ Boolean
The value for this parameter must be ‘true` if the `provincialSalesTaxId` value is provided for a TRN in British Columbia, Saskatchewan, or Manitoba provinces.
To claim a provincial sales tax (PST) and retail sales tax (RST) reseller exemption, you must confirm that purchases from this account were made for resale. Otherwise, remove the PST or RST number from the ‘provincialSalesTaxId` parameter from your request.
590 591 592 593 594 595 596 597 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 590 class CanadaAdditionalInfo < Struct.new( :canada_quebec_sales_tax_number, :canada_retail_sales_tax_number, :is_reseller_account, :provincial_sales_tax_id) SENSITIVE = [] include Aws::Structure end |
#provincial_sales_tax_id ⇒ String
The provincial sales tax ID for your TRN in Canada. This parameter can represent the following:
-
Provincial sales tax ID number for British Columbia and Saskatchewan provinces
-
Manitoba retail sales tax ID number for Manitoba province
-
Quebec sales tax ID number for Quebec province
The Tax Setting API only accepts this parameter if the TRN is specified for the previous provinces. For other provinces, the Tax Settings API doesn’t accept this parameter.
590 591 592 593 594 595 596 597 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 590 class CanadaAdditionalInfo < Struct.new( :canada_quebec_sales_tax_number, :canada_retail_sales_tax_number, :is_reseller_account, :provincial_sales_tax_id) SENSITIVE = [] include Aws::Structure end |