expectedNDisplays

expectedNDisplays #

The expectedNDisplays is a value present in meter objects in the returned JSON response only when the nDisplays has been specified in the request. When the number of displays has been specified in the request, the response will simply contain the same value.

Example response #

{
    "objects": [
        {
            "meter": {
                "expectedNDisplays": 2,
                "objects": {
                    "display": [
                        {},
                        {}
                    ],
                    "serialNumber": [
                        {}
                    ],
                    "barcode": []
                }
            }
        }
    ]
}