getSB function
Phone Number JSON data for SB
Implementation
Map<String, Object?> getSB() {
return {
"generalDesc": {
"nationalNumberPattern": "[6-9]\\d{6}|[1-6]\\d{4}",
"possibleLength": [5, 7]
},
"fixedLine": {
"nationalNumberPattern": "(?:1[4-79]|[23]\\d|4[0-2]|5[03]|6[0-37])\\d{3}",
"exampleNumber": "40123",
"possibleLength": [5],
"possibleLengthLocalOnly": [-1]
},
"mobile": {
"nationalNumberPattern":
"48\\d{3}|(?:(?:6[89]|7[1-9]|8[4-9])\\d|9(?:1[2-9]|2[013-9]|3[0-2]|[46]\\d|5[0-46-9]|7[0-689]|8[0-79]|9[0-8]))\\d{4}",
"exampleNumber": "7421234",
"possibleLength": [5, 7],
"possibleLengthLocalOnly": [-1]
},
"tollFree": {
"nationalNumberPattern": "1[38]\\d{3}",
"exampleNumber": "18123",
"possibleLength": [5],
"possibleLengthLocalOnly": [-1]
},
"premiumRate": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"sharedCost": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"personalNumber": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"voip": {
"nationalNumberPattern": "5[12]\\d{3}",
"exampleNumber": "51123",
"possibleLength": [5],
"possibleLengthLocalOnly": [-1]
},
"id": "SB",
"countryCode": 677,
"internationalPrefix": "0[01]",
"sameMobileAndFixedLinePattern": false,
"numberFormat": [
{
"pattern": "(\\d{2})(\\d{5})",
"format": "\$1 \$2",
"leadingDigitsPattern": ["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"],
"nationalPrefixOptionalWhenFormatting": false
}
],
"intlNumberFormat": [
{
"pattern": "(\\d{2})(\\d{5})",
"format": "\$1 \$2",
"leadingDigitsPattern": ["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"],
"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]
}
};
}