Interface MalaysiaAdditionalInfo.Builder

  • Method Details

    • businessRegistrationNumber

      MalaysiaAdditionalInfo.Builder businessRegistrationNumber(String businessRegistrationNumber)

      The tax registration number (TRN) in Malaysia.

      For individual, you can specify the taxInformationNumber in MalaysiaAdditionalInfo with NRIC type, and a valid MyKad or NRIC number. For business, you must specify a businessRegistrationNumber in MalaysiaAdditionalInfo with a TIN type and tax identification number. For business resellers, you must specify a businessRegistrationNumber and taxInformationNumber in MalaysiaAdditionalInfo with a sales and service tax (SST) type and a valid SST number.

      For business resellers with service codes, you must specify businessRegistrationNumber, taxInformationNumber, and distinct serviceTaxCodes in MalaysiaAdditionalInfo with a SST type and valid sales and service tax (SST) number. By using this API operation, Amazon Web Services registers your self-declaration that you’re an authorized business reseller registered with the Royal Malaysia Customs Department (RMCD), and have a valid SST number.

      Parameters:
      businessRegistrationNumber - The tax registration number (TRN) in Malaysia.

      For individual, you can specify the taxInformationNumber in MalaysiaAdditionalInfo with NRIC type, and a valid MyKad or NRIC number. For business, you must specify a businessRegistrationNumber in MalaysiaAdditionalInfo with a TIN type and tax identification number. For business resellers, you must specify a businessRegistrationNumber and taxInformationNumber in MalaysiaAdditionalInfo with a sales and service tax (SST) type and a valid SST number.

      For business resellers with service codes, you must specify businessRegistrationNumber, taxInformationNumber, and distinct serviceTaxCodes in MalaysiaAdditionalInfo with a SST type and valid sales and service tax (SST) number. By using this API operation, Amazon Web Services registers your self-declaration that you’re an authorized business reseller registered with the Royal Malaysia Customs Department (RMCD), and have a valid SST number.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serviceTaxCodesWithStrings

      MalaysiaAdditionalInfo.Builder serviceTaxCodesWithStrings(Collection<String> serviceTaxCodes)

      List of service tax codes for your TRN in Malaysia.

      Parameters:
      serviceTaxCodes - List of service tax codes for your TRN in Malaysia.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serviceTaxCodesWithStrings

      MalaysiaAdditionalInfo.Builder serviceTaxCodesWithStrings(String... serviceTaxCodes)

      List of service tax codes for your TRN in Malaysia.

      Parameters:
      serviceTaxCodes - List of service tax codes for your TRN in Malaysia.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serviceTaxCodes

      List of service tax codes for your TRN in Malaysia.

      Parameters:
      serviceTaxCodes - List of service tax codes for your TRN in Malaysia.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serviceTaxCodes

      MalaysiaAdditionalInfo.Builder serviceTaxCodes(MalaysiaServiceTaxCode... serviceTaxCodes)

      List of service tax codes for your TRN in Malaysia.

      Parameters:
      serviceTaxCodes - List of service tax codes for your TRN in Malaysia.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • taxInformationNumber

      MalaysiaAdditionalInfo.Builder taxInformationNumber(String taxInformationNumber)

      The tax information number in Malaysia.

      For individual, you can specify the taxInformationNumber in MalaysiaAdditionalInfo with NRIC type, and a valid MyKad or NRIC number. For business resellers, you must specify a businessRegistrationNumber and taxInformationNumber in MalaysiaAdditionalInfo with a sales and service tax (SST) type and a valid SST number.

      For business resellers with service codes, you must specify businessRegistrationNumber, taxInformationNumber, and distinct serviceTaxCodes in MalaysiaAdditionalInfo with a SST type and valid sales and service tax (SST) number. By using this API operation, Amazon Web Services registers your self-declaration that you’re an authorized business reseller registered with the Royal Malaysia Customs Department (RMCD), and have a valid SST number.

      Parameters:
      taxInformationNumber - The tax information number in Malaysia.

      For individual, you can specify the taxInformationNumber in MalaysiaAdditionalInfo with NRIC type, and a valid MyKad or NRIC number. For business resellers, you must specify a businessRegistrationNumber and taxInformationNumber in MalaysiaAdditionalInfo with a sales and service tax (SST) type and a valid SST number.

      For business resellers with service codes, you must specify businessRegistrationNumber, taxInformationNumber, and distinct serviceTaxCodes in MalaysiaAdditionalInfo with a SST type and valid sales and service tax (SST) number. By using this API operation, Amazon Web Services registers your self-declaration that you’re an authorized business reseller registered with the Royal Malaysia Customs Department (RMCD), and have a valid SST number.

      Returns:
      Returns a reference to this object so that method calls can be chained together.