CustomerIdentificationInput
No description
input CustomerIdentificationInput {
birthPlace: String
documentNumber: String!
documentType: IdentificationDocumentType!
issueDate: Date!
issuedBy: String!
name: String!
validUntil: Date!
}
Fields
CustomerIdentificationInput.birthPlace ● String scalar
Place where the customer was born (e.g. Berlin, Germany) exactly what is mentioned in the document.
CustomerIdentificationInput.documentNumber ● String! non-null scalar
Document number or identifier.
CustomerIdentificationInput.documentType ● IdentificationDocumentType! non-null enum
Type of identification document.
CustomerIdentificationInput.issueDate ● Date! non-null scalar
Date when the document was issued.
CustomerIdentificationInput.issuedBy ● String! non-null scalar
Authority that issued the document.
CustomerIdentificationInput.name ● String! non-null scalar
Customer's name on the identification document
CustomerIdentificationInput.validUntil ● Date! non-null scalar
Date until which the document is valid.