getSN function
Short Number JSON data for SN
Implementation
Map<String, Object?> getSN() {
return {
"generalDesc": {
"nationalNumberPattern": "[12]\\d{1,5}",
"possibleLength": [2, 3, 4, 5, 6]
},
"fixedLine": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mobile": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"tollFree": {
"nationalNumberPattern": "1(?:515|[78])|2(?:00|1)\\d{3}",
"exampleNumber": "17",
"possibleLength": [2, 4, 5, 6],
"possibleLengthLocalOnly": [-1]
},
"premiumRate": {
"nationalNumberPattern": "2(?:0[246]|[468])\\d{3}",
"exampleNumber": "24000",
"possibleLength": [5, 6],
"possibleLengthLocalOnly": [-1]
},
"sharedCost": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"personalNumber": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"voip": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"id": "SN",
"countryCode": 0,
"sameMobileAndFixedLinePattern": false,
"pager": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mainCountryForCode": false,
"noInternationalDialling": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"uan": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"emergency": {
"nationalNumberPattern": "1[78]",
"exampleNumber": "17",
"possibleLength": [2],
"possibleLengthLocalOnly": [-1]
},
"voicemail": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"shortCode": {
"nationalNumberPattern":
"1(?:1[69]|(?:[246]\\d|51)\\d)|2(?:0[0-246]|[12468])\\d{3}|1[278]",
"exampleNumber": "12",
"possibleLength": [2, 3, 4, 5, 6],
"possibleLengthLocalOnly": [-1]
},
"standardRate": {
"nationalNumberPattern": "2(?:01|2)\\d{3}",
"exampleNumber": "22000",
"possibleLength": [5, 6],
"possibleLengthLocalOnly": [-1]
},
"carrierSpecific": {
"nationalNumberPattern": "1[46]\\d\\d",
"exampleNumber": "1400",
"possibleLength": [4],
"possibleLengthLocalOnly": [-1]
},
"mobileNumberPortableRegion": false,
"smsServices": {
"nationalNumberPattern": "2[468]\\d{3}",
"exampleNumber": "24000",
"possibleLength": [5],
"possibleLengthLocalOnly": [-1]
}
};
}