getGY function
Phone Number JSON data for GY
Implementation
Map<String, Object?> getGY() {
return {
"generalDesc": {
"nationalNumberPattern": "(?:[2-8]\\d{3}|9008)\\d{3}",
"possibleLength": [7]
},
"fixedLine": {
"nationalNumberPattern":
"(?:2(?:1[6-9]|2[0-35-9]|3[1-4]|5[3-9]|6\\d|7[0-79])|3(?:2[25-9]|3\\d)|4(?:4[0-24]|5[56])|50[0-6]|77[1-57])\\d{4}",
"exampleNumber": "2201234",
"possibleLength": [7],
"possibleLengthLocalOnly": [-1]
},
"mobile": {
"nationalNumberPattern": "510\\d{4}|(?:6\\d|7[0-5])\\d{5}",
"exampleNumber": "6091234",
"possibleLength": [7],
"possibleLengthLocalOnly": [-1]
},
"tollFree": {
"nationalNumberPattern": "(?:289|8(?:00|6[28]|88|99))\\d{4}",
"exampleNumber": "2891234",
"possibleLength": [7],
"possibleLengthLocalOnly": [-1]
},
"premiumRate": {
"nationalNumberPattern": "9008\\d{3}",
"exampleNumber": "9008123",
"possibleLength": [7],
"possibleLengthLocalOnly": [-1]
},
"sharedCost": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"personalNumber": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"voip": {
"nationalNumberPattern": "515\\d{4}",
"exampleNumber": "5151234",
"possibleLength": [7],
"possibleLengthLocalOnly": [-1]
},
"id": "GY",
"countryCode": 592,
"internationalPrefix": "001",
"sameMobileAndFixedLinePattern": false,
"numberFormat": [
{
"pattern": "(\\d{3})(\\d{4})",
"format": "\$1 \$2",
"leadingDigitsPattern": ["[2-9]"],
"nationalPrefixOptionalWhenFormatting": false
}
],
"intlNumberFormat": [
{
"pattern": "(\\d{3})(\\d{4})",
"format": "\$1 \$2",
"leadingDigitsPattern": ["[2-9]"],
"nationalPrefixOptionalWhenFormatting": false
}
],
"pager": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mainCountryForCode": false,
"noInternationalDialling": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"uan": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"emergency": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"voicemail": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"shortCode": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"standardRate": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"carrierSpecific": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mobileNumberPortableRegion": false,
"smsServices": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
}
};
}