OBJECT
Commercial
Commercial Type
link GraphQL Schema definition
- type Commercial {
- # The location of the auction if present
- : String
- # commercial listing type of the property
- : CommercialListingTypeEnum
- # commercial property type of the CommercialType
- : CommercialPropertyTypeEnum
- # commercialRentalPerAnnum of the CommercialType
- : Int
- # 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
- # Current lease expiry
- : ISO8601DateTime
- # Lease Term
- : String
- # nabers rating of the property
- : String
- # occupancy title of the property
- : String
- # office area of the property
- : Float
- # Outgoings
- : String
- # parking comments of the property
- : String
- # price of the CommercialType
- : Money
- # Project that the property is associated with
- : Project
- # Project Stage that the property is associated with
- : ProjectStage
- # property name
- : String
- # commercial property type of the CommercialType
- : CommercialPropertyTypeEnum
- # commercial property type of the CommercialType
- : CommercialPropertyTypeEnum
- # commercial property type of the CommercialType
- : CommercialPropertyTypeEnum
- # PSM per annum maximum
- : Int
- # PSM per annum minimum
- : Int
- # roi of the property
- : Float
- # status of the CommercialType
- : CommercialStatusEnum!
- # tax of the property
- : String
- # tenancy of the property
- : String
- # Number of car spaces in the property
- : String
- # warehouse area of the property
- : Float
- # zoning of the property
- : String
- }