Skip to content

Commit 43e67de

Browse files
author
AWS
committed
Tax Settings Update: Uzbekistan Launch on TaxSettings Page
1 parent 22e5e8e commit 43e67de

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Tax Settings",
4+
"contributor": "",
5+
"description": "Uzbekistan Launch on TaxSettings Page"
6+
}

services/taxsettings/src/main/resources/codegen-resources/service-2.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,10 @@
422422
"shape":"UkraineAdditionalInfo",
423423
"documentation":"<p> Additional tax information associated with your TRN in Ukraine. </p>"
424424
},
425+
"uzbekistanAdditionalInfo":{
426+
"shape":"UzbekistanAdditionalInfo",
427+
"documentation":"<p> Additional tax information to specify for a TRN in Uzbekistan. </p>"
428+
},
425429
"vietnamAdditionalInfo":{
426430
"shape":"VietnamAdditionalInfo",
427431
"documentation":"<p>Additional tax information to specify for a TRN in Vietnam. </p>"
@@ -504,6 +508,10 @@
504508
"shape":"UkraineAdditionalInfo",
505509
"documentation":"<p> Additional tax information associated with your TRN in Ukraine. </p>"
506510
},
511+
"uzbekistanAdditionalInfo":{
512+
"shape":"UzbekistanAdditionalInfo",
513+
"documentation":"<p> Additional tax information associated with your TRN in Uzbekistan. </p>"
514+
},
507515
"vietnamAdditionalInfo":{
508516
"shape":"VietnamAdditionalInfo",
509517
"documentation":"<p>Additional tax information to specify for a TRN in Vietnam. </p>"
@@ -2218,6 +2226,27 @@
22182226
"min":1,
22192227
"pattern":"^https.*\\S.*$"
22202228
},
2229+
"UzbekistanAdditionalInfo":{
2230+
"type":"structure",
2231+
"members":{
2232+
"taxRegistrationNumberType":{
2233+
"shape":"UzbekistanTaxRegistrationNumberType",
2234+
"documentation":"<p> The tax registration number type. The tax registration number type valid values are <code>Business</code> and <code>Individual</code>. </p>"
2235+
},
2236+
"vatRegistrationNumber":{
2237+
"shape":"VatRegistrationNumber",
2238+
"documentation":"<p> The unique 12-digit number issued to identify VAT-registered identities in Uzbekistan. </p>"
2239+
}
2240+
},
2241+
"documentation":"<p> Additional tax information to specify for a TRN in Uzbekistan. </p>"
2242+
},
2243+
"UzbekistanTaxRegistrationNumberType":{
2244+
"type":"string",
2245+
"enum":[
2246+
"Business",
2247+
"Individual"
2248+
]
2249+
},
22212250
"ValidationException":{
22222251
"type":"structure",
22232252
"required":[
@@ -2267,6 +2296,10 @@
22672296
"type":"list",
22682297
"member":{"shape":"ValidationExceptionField"}
22692298
},
2299+
"VatRegistrationNumber":{
2300+
"type":"string",
2301+
"pattern":"^[0-9]{12}$"
2302+
},
22702303
"VerificationDetails":{
22712304
"type":"structure",
22722305
"members":{

0 commit comments

Comments
 (0)