Passport
Unique identifier for a natural person. The passport number is unique for the given country.
This type requires the following scope:
[accountholders]
type Passport {
country: CountryCode!
number: String!
}
Fields
country
● CountryCode!
non-null scalar
The country from which this passport is issued. Sometimes a passport number may be provided without the country, in which case the country code will be set to the value 'ZZ'.