Interface CanadaAdditionalInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CanadaAdditionalInfo.Builder,
,CanadaAdditionalInfo> SdkBuilder<CanadaAdditionalInfo.Builder,
,CanadaAdditionalInfo> SdkPojo
- Enclosing class:
CanadaAdditionalInfo
-
Method Summary
Modifier and TypeMethodDescriptioncanadaQuebecSalesTaxNumber
(String canadaQuebecSalesTaxNumber) The Quebec Sales Tax ID number.canadaRetailSalesTaxNumber
(String canadaRetailSalesTaxNumber) Manitoba Retail Sales Tax ID number.isResellerAccount
(Boolean isResellerAccount) The value for this parameter must betrue
if theprovincialSalesTaxId
value is provided for a TRN in British Columbia, Saskatchewan, or Manitoba provinces.provincialSalesTaxId
(String provincialSalesTaxId) The provincial sales tax ID for your TRN in Canada.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
The value for this parameter must be
true
if theprovincialSalesTaxId
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 betrue
if theprovincialSalesTaxId
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
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.
-
-