Skip to main content

IdentificationInput

Information about the customer's identification document.

input IdentificationInput {
birthPlace: NonEmptyString
documentNumber: NonEmptyString!
documentType: IdentificationDocumentType!
issueDate: Date!
issuedBy: NonEmptyString!
validUntil: Date!
}

Fields

IdentificationInput.birthPlace ● NonEmptyString scalar

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

IdentificationInput.documentNumber ● NonEmptyString! non-null scalar

Document number or identifier.

IdentificationInput.documentType ● IdentificationDocumentType! non-null enum

Type of identification document.

IdentificationInput.issueDate ● Date! non-null scalar

Date when the document was issued.

IdentificationInput.issuedBy ● NonEmptyString! non-null scalar

Authority that issued the document.

IdentificationInput.validUntil ● Date! non-null scalar

Date until which the document is valid.

Member Of

NewCustomerInput input