Skip to main content

IdentificationInformation

Information about the customer's identification document.

type IdentificationInformation {
birthPlace: String
documentNumber: String
documentType: IdentificationDocumentType
issueDate: Date
issuedBy: String
name: String
validUntil: Date
}

Fields

IdentificationInformation.birthPlace ● String scalar

Place where the customer was born (e.g. Berlin, Germany) exactly what is mentioned in the document.

IdentificationInformation.documentNumber ● String scalar

Document number or identifier.

IdentificationInformation.documentType ● IdentificationDocumentType enum

Type of identification document.

IdentificationInformation.issueDate ● Date scalar

Date when the document was issued.

IdentificationInformation.issuedBy ● String scalar

Authority that issued the document.

IdentificationInformation.name ● String scalar

Customer's name on the identification document

IdentificationInformation.validUntil ● Date scalar

Date until which the document is valid.

Member Of

IndividualPersonCustomer object