BusinessLookup
The details of a business.
type BusinessLookup {
name: String!
registration: BusinessRegistration!
registrationDate: Date
directors: [Director!]
businessAddress: Address
businessStatus: BusinessStatus
}
Fields
name
● String!
non-null scalar
The name of the business.
registration
● BusinessRegistration!
non-null object
Registration number and country of the business.
registrationDate
● Date
scalar
The date the business was registered.
directors
● [Director!]
list object
The directors of the business, if available. Only
givenName
andfamilyName
fields will be returned.
businessAddress
● Address
object
The physical address of the business.
businessStatus
● BusinessStatus
enum
The registration status of the business.