getPY function

Map<String, Object?> getPY()

Short Number JSON data for PY

Implementation

Map<String, Object?> getPY() {
  return {
    "generalDesc": {
      "nationalNumberPattern": "[12459]\\d\\d(?:\\d{3,4})?",
      "possibleLength": [3, 6, 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":
          "[1245][01]\\d{5}|(?:1[1-9]|[245]0\\d{3})\\d|911",
      "exampleNumber": "110",
      "possibleLength": [3, 6, 7],
      "possibleLengthLocalOnly": [-1]
    },
    "standardRate": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "carrierSpecific": {
      "nationalNumberPattern": "[1245][01]\\d{5}|[245]0\\d{4}",
      "exampleNumber": "200000",
      "possibleLength": [6, 7],
      "possibleLengthLocalOnly": [-1]
    },
    "mobileNumberPortableRegion": false,
    "smsServices": {
      "nationalNumberPattern": "[1245][01]\\d{5}|[245]0\\d{4}",
      "exampleNumber": "200000",
      "possibleLength": [6, 7],
      "possibleLengthLocalOnly": [-1]
    }
  };
}