getPY function
Short Number JSON data for PY
Implementation
Map<String, Object?> getPY() {
return {
"generalDesc": {
"nationalNumberPattern": "[159]\\d\\d(?:\\d{4})?",
"possibleLength": [3, 7]
},
"fixedLine": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mobile": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"tollFree": {
"nationalNumberPattern": "128|911",
"exampleNumber": "128",
"possibleLength": [3],
"possibleLengthLocalOnly": [-1]
},
"premiumRate": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"sharedCost": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"personalNumber": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"voip": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"id": "PY",
"countryCode": 0,
"sameMobileAndFixedLinePattern": false,
"pager": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mainCountryForCode": false,
"noInternationalDialling": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"uan": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"emergency": {
"nationalNumberPattern": "128|911",
"exampleNumber": "128",
"possibleLength": [3],
"possibleLengthLocalOnly": [-1]
},
"voicemail": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"shortCode": {
"nationalNumberPattern": "(?:1[01]|51)\\d{5}|911|1[1-9]\\d",
"exampleNumber": "110",
"possibleLength": [3, 7],
"possibleLengthLocalOnly": [-1]
},
"standardRate": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"carrierSpecific": {
"nationalNumberPattern": "(?:1[01]|51)\\d{5}",
"exampleNumber": "1000000",
"possibleLength": [7],
"possibleLengthLocalOnly": [-1]
},
"mobileNumberPortableRegion": false,
"smsServices": {
"nationalNumberPattern": "(?:1[01]|51)\\d{5}",
"exampleNumber": "1000000",
"possibleLength": [7],
"possibleLengthLocalOnly": [-1]
}
};
}