DriversLicenseDocument
The document corresponding to a driver's license
type DriversLicenseDocument {
id: String!
type: DocumentType!
files: [DriversLicenseDocumentFile!]!
}
Fields
DriversLicenseDocument.id
● String!
non-null scalar
Unique identifier of the driver's license document
DriversLicenseDocument.type
● DocumentType!
non-null enum
The type of the document
DriversLicenseDocument.files
● [DriversLicenseDocumentFile!]!
non-null object
List of the associated files
Implemented By
IdentificationDocument
union