getPM function
Short Number JSON data for PM
Implementation
Map<String, Object?> getPM() {
return {
"generalDesc": {
"nationalNumberPattern": "[13]\\d(?:\\d\\d(?:\\d{2})?)?",
"possibleLength": [2, 4, 6]
},
"fixedLine": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mobile": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"tollFree": {
"nationalNumberPattern": "1[578]|3(?:0\\d|1[689])\\d",
"exampleNumber": "15",
"possibleLength": [2, 4],
"possibleLengthLocalOnly": [-1]
},
"premiumRate": {
"nationalNumberPattern": "3[2469]\\d\\d",
"exampleNumber": "3200",
"possibleLength": [4],
"possibleLengthLocalOnly": [-1]
},
"sharedCost": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"personalNumber": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"voip": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"id": "PM",
"countryCode": 0,
"sameMobileAndFixedLinePattern": false,
"pager": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mainCountryForCode": false,
"noInternationalDialling": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"uan": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"emergency": {
"nationalNumberPattern": "1[578]",
"exampleNumber": "15",
"possibleLength": [2],
"possibleLengthLocalOnly": [-1]
},
"voicemail": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"shortCode": {
"nationalNumberPattern":
"1[578]|31(?:03|[689]\\d)|(?:118[02-9]|3[02469])\\d\\d",
"exampleNumber": "15",
"possibleLength": [2, 4, 6],
"possibleLengthLocalOnly": [-1]
},
"standardRate": {
"nationalNumberPattern": "118\\d{3}",
"exampleNumber": "118000",
"possibleLength": [6],
"possibleLengthLocalOnly": [-1]
},
"carrierSpecific": {
"nationalNumberPattern": "310\\d",
"exampleNumber": "3100",
"possibleLength": [4],
"possibleLengthLocalOnly": [-1]
},
"mobileNumberPortableRegion": false,
"smsServices": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
}
};
}