Identification document for a cardholder
| Nsme | Type | Required | Description |
|---|---|---|---|
| number | String | Y | Identification card number. |
| type | Enum | Y | Identification card type. The acceptable values are as follows, • DRIVERS_LICENSE • PERMANENT_RESIDENT_CARD • STATE_ID • PASSPORT • MILITARY_ID • MATRICULA_CONSULAR • CEDULA |
| nameSuffix | String | N | Name Suffix |
| namePrefix | String | N | Name Prefix |
| firstName | String | N | First Name |
| middleName | String | N | Middle Name |
| lastName | String | N | Last Name |
| gender | Enum | N | Gender The acceptable values are as follows: • MALE • FEMALE • UNKONWN |
| birthDate | Date | N | Date of birth |
| eyeColor | String | N | Eye Color |
| hairColor | String | N | Hair Color |
| weightKG | float | N | Weight in KGs |
| weightLBS | float | N | Weight in LBS |
| height | String | N | height |
| IIN | String | N | IIN |
| issuedBy | String | N | Entity that issued the ID |
| issuanceDate | ISO 8601 Date | N | Identification card issuance date |
| expirationDate | ISO 8601 Date | N | Identification card expiration date |
| city | String | N | Identification card issued city |
| state | String | N | Identification card issued state |
| country | String | N | Identification card issued country |
