Skip to main content

IdentityDocumentDetails

Unique identifier details for a natural person. The identity number is unique for the given country.

type IdentityDocumentDetails {
country: CountryCode!
number: String!
}

Fields

country ● CountryCode! non-null scalar

The country from which this Id document is issued.

number ● String! non-null scalar