Skip to main content

Business

A business that owns an account.

This type requires the following scope:

[accountholders]

type Business {
name: String!
businessAddress: Address
accountContact: Contact
email: EmailAddress
registrationNumber: String @deprecated
registration: BusinessRegistration
}

Fields

Business.name ● String! non-null scalar

The registered name of the business.

Business.businessAddress ● Address object

The street address of the business.

Business.accountContact ● Contact object

The name and phone number of a contact person at the business.

Business.email ● EmailAddress scalar

Email address of the business or contact person, if available.

Business.registrationNumber ● String deprecated scalar

⚠️ DEPRECATED

Use registration instead to receive the country code and registration number.

Identifier for the business. Unique withing the country the business is registered.

Business.registration ● BusinessRegistration object

Unique identifier for the business.