getAX function

Map<String, Object?> getAX()

Phone Number JSON data for AX

Implementation

Map<String, Object?> getAX() {
  return {
    "generalDesc": {
      "nationalNumberPattern":
          "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}",
      "possibleLength": [5, 6, 7, 8, 9, 10, 11, 12]
    },
    "fixedLine": {
      "nationalNumberPattern": "18[1-8]\\d{3,6}",
      "exampleNumber": "181234567",
      "possibleLength": [6, 7, 8, 9],
      "possibleLengthLocalOnly": [-1]
    },
    "mobile": {
      "nationalNumberPattern": "4946\\d{2,6}|(?:4[0-8]|50)\\d{4,8}",
      "exampleNumber": "412345678",
      "possibleLength": [6, 7, 8, 9, 10],
      "possibleLengthLocalOnly": [-1]
    },
    "tollFree": {
      "nationalNumberPattern": "800\\d{4,6}",
      "exampleNumber": "800123456",
      "possibleLength": [7, 8, 9],
      "possibleLengthLocalOnly": [-1]
    },
    "premiumRate": {
      "nationalNumberPattern": "[67]00\\d{5,6}",
      "exampleNumber": "600123456",
      "possibleLength": [8, 9],
      "possibleLengthLocalOnly": [-1]
    },
    "sharedCost": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "personalNumber": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "voip": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "id": "AX",
    "countryCode": 358,
    "internationalPrefix":
        "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))",
    "nationalPrefix": "0",
    "nationalPrefixForParsing": "0",
    "preferredInternationalPrefix": "00",
    "sameMobileAndFixedLinePattern": false,
    "pager": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "mainCountryForCode": false,
    "leadingDigits": "18",
    "noInternationalDialling": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "uan": {
      "nationalNumberPattern":
          "20\\d{4,8}|60[12]\\d{5,6}|7(?:099\\d{4,5}|5[03-9]\\d{3,7})|20[2-59]\\d\\d|(?:606|7(?:0[78]|1|3\\d))\\d{7}|(?:10|29|3[09]|70[1-5]\\d)\\d{4,8}",
      "exampleNumber": "10112345",
      "possibleLength": [5, 6, 7, 8, 9, 10, 11, 12],
      "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]
    }
  };
}