BusinessRegistration
Unique identifier for a business. The registration number is unique for the given country.
type BusinessRegistration {
country: CountryCode!
number: String!
}
Fields
BusinessRegistration.country ● CountryCode! non-null scalar
The country where the business is registered.
BusinessRegistration.number ● String! non-null scalar
The registration number of the business. In South Africa, depending on
the region and when the business was registered, the format could be
either a 10-digit number with a letter prefix (eg. "K1234123456"), or
the number format with slashes (eg. YYYY/######/## or
"2020/518288/03")