Interface MalaysiaAdditionalInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MalaysiaAdditionalInfo.Builder,
,MalaysiaAdditionalInfo> SdkBuilder<MalaysiaAdditionalInfo.Builder,
,MalaysiaAdditionalInfo> SdkPojo
- Enclosing class:
MalaysiaAdditionalInfo
-
Method Summary
Modifier and TypeMethodDescriptionbusinessRegistrationNumber
(String businessRegistrationNumber) The tax registration number (TRN) in Malaysia.serviceTaxCodes
(Collection<MalaysiaServiceTaxCode> serviceTaxCodes) List of service tax codes for your TRN in Malaysia.serviceTaxCodes
(MalaysiaServiceTaxCode... serviceTaxCodes) List of service tax codes for your TRN in Malaysia.serviceTaxCodesWithStrings
(String... serviceTaxCodes) List of service tax codes for your TRN in Malaysia.serviceTaxCodesWithStrings
(Collection<String> serviceTaxCodes) List of service tax codes for your TRN in Malaysia.taxInformationNumber
(String taxInformationNumber) The tax information number in Malaysia.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
-
businessRegistrationNumber
The tax registration number (TRN) in Malaysia.
For individual, you can specify the
taxInformationNumber
inMalaysiaAdditionalInfo
with NRIC type, and a valid MyKad or NRIC number. For business, you must specify abusinessRegistrationNumber
inMalaysiaAdditionalInfo
with a TIN type and tax identification number. For business resellers, you must specify abusinessRegistrationNumber
andtaxInformationNumber
inMalaysiaAdditionalInfo
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 distinctserviceTaxCodes
inMalaysiaAdditionalInfo
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
inMalaysiaAdditionalInfo
with NRIC type, and a valid MyKad or NRIC number. For business, you must specify abusinessRegistrationNumber
inMalaysiaAdditionalInfo
with a TIN type and tax identification number. For business resellers, you must specify abusinessRegistrationNumber
andtaxInformationNumber
inMalaysiaAdditionalInfo
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 distinctserviceTaxCodes
inMalaysiaAdditionalInfo
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
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
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
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
The tax information number in Malaysia.
For individual, you can specify the
taxInformationNumber
inMalaysiaAdditionalInfo
with NRIC type, and a valid MyKad or NRIC number. For business resellers, you must specify abusinessRegistrationNumber
andtaxInformationNumber
inMalaysiaAdditionalInfo
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 distinctserviceTaxCodes
inMalaysiaAdditionalInfo
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
inMalaysiaAdditionalInfo
with NRIC type, and a valid MyKad or NRIC number. For business resellers, you must specify abusinessRegistrationNumber
andtaxInformationNumber
inMalaysiaAdditionalInfo
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 distinctserviceTaxCodes
inMalaysiaAdditionalInfo
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.
-