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
name
● String!
non-null scalar
The registered name of the business.
businessAddress
● Address
object
The street address of the business.
accountContact
● Contact
object
The name and phone number of a contact person at the business.
email
● EmailAddress
scalar
Email address of the business or contact person, if available.
registrationNumber
● String
deprecated scalar
DEPRECATEDUse registration instead to receive the country code and registration number.
Identifier for the business. Unique withing the country the business is registered.
registration
● BusinessRegistration
object
Unique identifier for the business.