# NLD\_DL (Netherlands Driving Licence)

| **Front**             |                                                                                                          |
| --------------------- | -------------------------------------------------------------------------------------------------------- |
| faceImage             | Base64 encoded face image of the user. The format is the same as per the image uploaded, e.g. png or jpg |
| firstName             | First name                                                                                               |
| lastName              | Last name                                                                                                |
| dateOfBirth           | Date of birth                                                                                            |
| dateOfBirthFormatted  | ISO-8601 format yyyy-MM-dd                                                                               |
| placeOfBirth          | Place of birth                                                                                           |
| issueDate             | Document issue date                                                                                      |
| issueDateFormatted    | ISO-8601 format yyyy-MM-dd                                                                               |
| dateOfExpiry          | Document expiry date                                                                                     |
| dateOfExpiryFormatted | ISO-8601 format yyyy-MM-dd                                                                               |
| issuingAuthority      | Document issuing authority                                                                               |
| documentNumber        | Document number                                                                                          |
| vehicleClass          | Vehicle class                                                                                            |
| mrzText               | 1 line MRZ text                                                                                          |
| chipAvailable         | If chip is available in the document                                                                     |
| generation            | Generation number of the document                                                                        |
| **Back**              |                                                                                                          |
| mrzText               | 1 line MRZ text from the QR code                                                                         |
| documentNumber        | Document number                                                                                          |
| personalNumber        | Personal number                                                                                          |
