# GHA\_DL (Ghana 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 |
| fullName                   | Full name                                                                                                |
| dateOfBirth                | Date of birth (yyyy-MM-dd)                                                                               |
| dateOfBirthFormatted       | ISO-8601 format yyyy-MM-dd                                                                               |
| dateOfExpiry               | Document expiry date (yyyy-MM-dd)                                                                        |
| dateOfExpiryFormatted      | ISO-8601 format yyyy-MM-dd                                                                               |
| issueDate                  | Document issue date (yyyy-MM-dd)                                                                         |
| issueDateFormatted         | ISO-8601 format yyyy-MM-dd                                                                               |
| documentNumber             | Document number                                                                                          |
| nationality                | Nationality                                                                                              |
| class                      | Class                                                                                                    |
| referenceNumber            | Reference number                                                                                         |
| **Back**                   |                                                                                                          |
| dateFirstRenewal           | Date first renewal (yyyy-MM-dd)                                                                          |
| dateFirstRenewalFormatted  | ISO-8601 format yyyy-MM-dd                                                                               |
| dateSecondRenewal          | Date second renewal (yyyy-MM-dd)                                                                         |
| dateSecondRenewalFormatted | ISO-8601 format yyyy-MM-dd                                                                               |
