getTW function
Short Number JSON data for TW
Implementation
Map<String, Object?> getTW() {
return {
"generalDesc": {
"nationalNumberPattern": "1\\d{2,3}",
"possibleLength": [3, 4]
},
"fixedLine": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mobile": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"tollFree": {
"nationalNumberPattern": "11[0289]|1(?:81|92)\\d",
"exampleNumber": "110",
"possibleLength": [3, 4],
"possibleLengthLocalOnly": [-1]
},
"premiumRate": {
"nationalNumberPattern": "10[56]",
"exampleNumber": "105",
"possibleLength": [3],
"possibleLengthLocalOnly": [-1]
},
"sharedCost": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"personalNumber": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"voip": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"id": "TW",
"countryCode": 0,
"sameMobileAndFixedLinePattern": false,
"pager": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mainCountryForCode": false,
"noInternationalDialling": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"uan": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"emergency": {
"nationalNumberPattern": "11[029]",
"exampleNumber": "110",
"possibleLength": [3],
"possibleLengthLocalOnly": [-1]
},
"voicemail": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"shortCode": {
"nationalNumberPattern":
"1(?:0[04-6]|1[0237-9]|3[389]|6[05-8]|7[07]|8(?:0|11)|9(?:19|22|5[057]|68|8[05]|9[15689]))",
"exampleNumber": "100",
"possibleLength": [3, 4],
"possibleLengthLocalOnly": [-1]
},
"standardRate": {
"nationalNumberPattern": "1(?:65|9(?:1\\d|50|85|98))",
"exampleNumber": "165",
"possibleLength": [3, 4],
"possibleLengthLocalOnly": [-1]
},
"carrierSpecific": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mobileNumberPortableRegion": false,
"smsServices": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
}
};
}