You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-taxsettings): Add support for supplemental tax registrations via these new APIs: PutSupplementalTaxRegistration, ListSupplementalTaxRegistrations, and DeleteSupplementalTaxRegistration.
* <p>If you use this operation to set a tax registration number (TRN) in Malaysia, only
89
-
* resellers with a valid sales and service tax (SST) number are required to provide tax
90
-
* registration information.</p>
88
+
* <p>The sector valid values are <code>Business</code> and <code>Individual</code>.</p>
91
89
* </li>
92
90
* <li>
93
-
* <p>By using this API operation to set a TRN in Malaysia, Amazon Web Services will regard you as
94
-
* self-declaring that you're an authorized business reseller registered with the Royal
95
-
* Malaysia Customs Department (RMCD) and have a valid SST number.</p>
91
+
* <p>
92
+
* <code>RegistrationType</code> valid values are <code>NRIC</code> for individual, and TIN and sales and service tax (SST) for Business.</p>
96
93
* </li>
97
94
* <li>
98
-
* <p>Amazon Web Services reserves the right to seek additional information and/or take other actions to
99
-
* support your self-declaration as appropriate.</p>
95
+
* <p>For individual, you can specify the <code>taxInformationNumber</code> in <code>MalaysiaAdditionalInfo</code> with NRIC type, and a valid <code>MyKad</code> or NRIC number.</p>
96
+
* </li>
97
+
* <li>
98
+
* <p>For business, you must specify a <code>businessRegistrationNumber</code> in <code>MalaysiaAdditionalInfo</code> with a TIN type and tax identification number.</p>
100
99
* </li>
101
100
* <li>
102
-
* <p>If you're not a reseller of Amazon Web Services, we don't recommend that you use
103
-
* this operation to set the TRN in Malaysia.</p>
101
+
* <p>For business resellers, you must specify a <code>businessRegistrationNumber</code> and <code>taxInformationNumber</code> in <code>MalaysiaAdditionalInfo</code> with a sales and service tax (SST) type and a valid SST number.</p>
104
102
* </li>
105
103
* <li>
106
-
* <p>Only use this API operation to upload the TRNs for accounts through which you're
107
-
* reselling Amazon Web Services.</p>
104
+
* <p>For business resellers with service codes, you must specify <code>businessRegistrationNumber</code>, <code>taxInformationNumber</code>, and distinct <code>serviceTaxCodes</code> in <code>MalaysiaAdditionalInfo</code> 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.</p>
105
+
* </li>
106
+
* <li>
107
+
* <p>Amazon Web Services reserves the right to seek additional information and/or take other actions to
108
+
* support your self-declaration as appropriate.</p>
108
109
* </li>
109
110
* <li>
110
111
* <p>Amazon Web Services is currently registered under the following service tax codes. You must include
0 commit comments