OBJECT

Business

Business Type

link GraphQL Schema definition

  • type Business {
  • # Business name of the property
  • businessName: String
  • # energy efficiency rating of the property
  • energyEfficiencyRating: String
  • # exclusivity of the property
  • exclusivity: String
  • # Commercial floor area of the property
  • floorArea: Int
  • # Commercial floor area units of the property
  • floorAreaUnits: CommercialFloorAreaUnitsEnum
  • # occupancy title of the property
  • occupancyTitle: String
  • # parking comments of the property
  • parkingComments: String
  • # price of the BusinessType
  • price: Money
  • # property type of the BusinessType
  • propertyType: BusinessPropertyTypeEnum
  • # commercial property type 2 of the BusinessType
  • propertyType2: BusinessPropertyTypeEnum
  • # commercial property type 3 of the BusinessType
  • propertyType3: BusinessPropertyTypeEnum
  • # sale or tender of the property
  • saleOrTender: BusinessSaleOrTenderEnum
  • # status of the BusinessType
  • status: BusinessStatusEnum!
  • # tax of the property
  • tax: String
  • # tenancy of the property
  • tenancy: String
  • # Date and time of the tender if present
  • tenderDate: ISO8601DateTime
  • # terms of the property
  • terms: String
  • # Number of car spaces in the property
  • totalCarSpaces: Int
  • # zoning of the property
  • zoning: String
  • }