OBJECT
Business
Business Type
link GraphQL Schema definition
- type Business {
- # Business name of the property
- String :
- # energy efficiency rating of the property
- String :
- # exclusivity of the property
- String :
- # Commercial floor area of the property
- Int :
- # Commercial floor area units of the property
- CommercialFloorAreaUnitsEnum :
- # occupancy title of the property
- String :
- # parking comments of the property
- String :
- # price of the BusinessType
- Money :
- # property type of the BusinessType
- BusinessPropertyTypeEnum :
- # commercial property type 2 of the BusinessType
- BusinessPropertyTypeEnum :
- # commercial property type 3 of the BusinessType
- BusinessPropertyTypeEnum :
- # sale or tender of the property
- BusinessSaleOrTenderEnum :
- # status of the BusinessType
- BusinessStatusEnum! :
- # tax of the property
- String :
- # tenancy of the property
- String :
- # Date and time of the tender if present
- ISO8601DateTime :
- # terms of the property
- String :
- # Number of car spaces in the property
- Int :
- # zoning of the property
- String :
- }