|
422 | 422 | "shape":"UkraineAdditionalInfo",
|
423 | 423 | "documentation":"<p> Additional tax information associated with your TRN in Ukraine. </p>"
|
424 | 424 | },
|
| 425 | + "uzbekistanAdditionalInfo":{ |
| 426 | + "shape":"UzbekistanAdditionalInfo", |
| 427 | + "documentation":"<p> Additional tax information to specify for a TRN in Uzbekistan. </p>" |
| 428 | + }, |
425 | 429 | "vietnamAdditionalInfo":{
|
426 | 430 | "shape":"VietnamAdditionalInfo",
|
427 | 431 | "documentation":"<p>Additional tax information to specify for a TRN in Vietnam. </p>"
|
|
504 | 508 | "shape":"UkraineAdditionalInfo",
|
505 | 509 | "documentation":"<p> Additional tax information associated with your TRN in Ukraine. </p>"
|
506 | 510 | },
|
| 511 | + "uzbekistanAdditionalInfo":{ |
| 512 | + "shape":"UzbekistanAdditionalInfo", |
| 513 | + "documentation":"<p> Additional tax information associated with your TRN in Uzbekistan. </p>" |
| 514 | + }, |
507 | 515 | "vietnamAdditionalInfo":{
|
508 | 516 | "shape":"VietnamAdditionalInfo",
|
509 | 517 | "documentation":"<p>Additional tax information to specify for a TRN in Vietnam. </p>"
|
|
2218 | 2226 | "min":1,
|
2219 | 2227 | "pattern":"^https.*\\S.*$"
|
2220 | 2228 | },
|
| 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 | + }, |
2221 | 2250 | "ValidationException":{
|
2222 | 2251 | "type":"structure",
|
2223 | 2252 | "required":[
|
|
2267 | 2296 | "type":"list",
|
2268 | 2297 | "member":{"shape":"ValidationExceptionField"}
|
2269 | 2298 | },
|
| 2299 | + "VatRegistrationNumber":{ |
| 2300 | + "type":"string", |
| 2301 | + "pattern":"^[0-9]{12}$" |
| 2302 | + }, |
2270 | 2303 | "VerificationDetails":{
|
2271 | 2304 | "type":"structure",
|
2272 | 2305 | "members":{
|
|
0 commit comments