getBH function
Short Number JSON data for BH
Implementation
Map<String, Object?> getBH() {
return {
"generalDesc": {
"nationalNumberPattern": "[0189]\\d\\d(?:\\d{2})?",
"possibleLength": [3, 5]
},
"fixedLine": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mobile": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"tollFree": {
"nationalNumberPattern": "(?:0[167]|81)\\d{3}|[19]99",
"exampleNumber": "199",
"possibleLength": [3, 5],
"possibleLengthLocalOnly": [-1]
},
"premiumRate": {
"nationalNumberPattern": "9[148]\\d{3}",
"exampleNumber": "91000",
"possibleLength": [5],
"possibleLengthLocalOnly": [-1]
},
"sharedCost": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"personalNumber": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"voip": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"id": "BH",
"countryCode": 0,
"sameMobileAndFixedLinePattern": false,
"pager": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mainCountryForCode": false,
"noInternationalDialling": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"uan": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"emergency": {
"nationalNumberPattern": "[19]99",
"exampleNumber": "199",
"possibleLength": [3],
"possibleLengthLocalOnly": [-1]
},
"voicemail": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"shortCode": {
"nationalNumberPattern":
"1(?:[02]\\d|12|4[01]|51|8[18]|9[169])|99[02489]|(?:0[167]|8[158]|9[148])\\d{3}",
"exampleNumber": "100",
"possibleLength": [3, 5],
"possibleLengthLocalOnly": [-1]
},
"standardRate": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"carrierSpecific": {
"nationalNumberPattern": "0[67]\\d{3}|88000|98555",
"exampleNumber": "06000",
"possibleLength": [5],
"possibleLengthLocalOnly": [-1]
},
"mobileNumberPortableRegion": false,
"smsServices": {
"nationalNumberPattern": "88000|98555",
"exampleNumber": "88000",
"possibleLength": [5],
"possibleLengthLocalOnly": [-1]
}
};
}