Skip to main content

BusinessRegistrationDetails

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

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

Fields

country ● CountryCode! non-null scalar

The country from which this business registration number is issued.

number ● String! non-null scalar