expectedNDigits

expectedNDigits #

The expectedNDigits is a value present in display objects in the returned JSON response only when the nDigits has been specified in the request. When the number of digits has been specified in the request, the response will simply contain the same value.

Example response #

{
    "objects": [
        {
            "meter": {
                "objects": {
                    "display": [
                        {
                            "expectedNDigits": 5
                        },
                        {
                            "expectedNDigits": 5
                        }
                    ],
                    "serialNumber": [
                        {}
                    ],
                    "barcode": []
                }
            }
        }
    ]
}