Interface CanadaAdditionalInfo.Builder

  • Method Details

    • canadaQuebecSalesTaxNumber

      CanadaAdditionalInfo.Builder canadaQuebecSalesTaxNumber(String canadaQuebecSalesTaxNumber)

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

      Parameters:
      canadaQuebecSalesTaxNumber - The Quebec Sales Tax ID number. Leave blank if you do not have a Quebec Sales Tax ID number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • canadaRetailSalesTaxNumber

      CanadaAdditionalInfo.Builder canadaRetailSalesTaxNumber(String canadaRetailSalesTaxNumber)

      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.

      Parameters:
      canadaRetailSalesTaxNumber - 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isResellerAccount

      CanadaAdditionalInfo.Builder isResellerAccount(Boolean isResellerAccount)

      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.

      Parameters:
      isResellerAccount - 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:
      Returns a reference to this object so that method calls can be chained together.
    • provincialSalesTaxId

      CanadaAdditionalInfo.Builder provincialSalesTaxId(String provincialSalesTaxId)

      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.

      Parameters:
      provincialSalesTaxId - 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:
      Returns a reference to this object so that method calls can be chained together.