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

BusinessRegistrationDetails.country ● CountryCode! non-null scalar

The country from which this business registration number is issued.

BusinessRegistrationDetails.number ● String! non-null scalar