OBJECT

ResidentialRental

Residential Rental Type

link GraphQL Schema definition

  • type ResidentialRental {
  • # Allowances
  • allowances: [AllowancesEnum!]!
  • # The location of the auction if present
  • auctionLocation: String
  • # bathrooms of the ResidentialRentalType
  • bathrooms: Int
  • # bedrooms of the ResidentialRentalType
  • bedrooms: Int
  • # rentalSecurityBond of the ResidentialRentalType
  • bond: Money
  • # Number of carport spaces in the property
  • carportSpaces: Int
  • # Eco Friendly features
  • ecoFriendlyFeatures: [EcoFriendlyFeaturesEnum!]!
  • # energy efficiency rating of the property
  • energyEfficiencyRating: String
  • # ensuites in the property
  • ensuites: Int
  • # Number of garage spaces in the property
  • garageSpaces: Int
  • # Heating Cooling features
  • heatingCoolingFeatures: [HeatingCoolingFeaturesEnum!]!
  • # is the property a holiday rental
  • holidayRental: Boolean
  • # unit of house size of the property
  • houseSizeUnits: HouseSizeUnitsEnum!
  • # house size of the property
  • houseSizes: Int
  • # Indoor features
  • indoorFeatures: [IndoorFeaturesEnum!]!
  • # living areas of the property
  • livingAreas: Int
  • # Number of open car spaces in the property
  • openCarSpaces: Int
  • # Other features
  • otherFeatures: String
  • # Outdoor features
  • outdoorFeatures: [OutdoorFeaturesEnum!]!
  • # Project that the property is associated with
  • project: Project
  • # Project Stage that the property is associated with
  • projectStage: ProjectStage
  • # property type of the ResidentialRentalType
  • propertyType: String
  • # rentalPerMonth of the ResidentialRentalType
  • rentalPerMonth: Money
  • # rentalPerWeek of the ResidentialRentalType
  • rentalPerWeek: Money
  • # status of the ResidentialRentalType
  • status: ResidentialRentalStatusEnum!
  • # toilets in the property
  • toilets: Int
  • }