Class: Aws::TaxSettings::Types::CanadaAdditionalInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb

Overview

Additional tax information associated with your TRN in Canada .

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#canada_quebec_sales_tax_numberString

The Quebec Sales Tax ID number. Leave blank if you do not have a Quebec Sales Tax ID number.

Returns:

  • (String)


512
513
514
515
516
517
518
519
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 512

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_numberString

Manitoba Retail Sales Tax ID number. Customers purchasing Amazon Web 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 for resale.

Returns:

  • (String)


512
513
514
515
516
517
518
519
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 512

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_accountBoolean

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.

Returns:

  • (Boolean)


512
513
514
515
516
517
518
519
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 512

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_idString

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.

Returns:

  • (String)


512
513
514
515
516
517
518
519
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 512

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