OBJECT
ResidentialRental
Residential Rental Type
link GraphQL Schema definition
- type ResidentialRental {
- # Allowances
- : [AllowancesEnum!]!
- # The location of the auction if present
- : String
- # bathrooms of the ResidentialRentalType
- : Int
- # bedrooms of the ResidentialRentalType
- : Int
- # rentalSecurityBond of the ResidentialRentalType
- : Money
- # Number of carport spaces in the property
- : Int
- # Eco Friendly features
- : [EcoFriendlyFeaturesEnum!]!
- # energy efficiency rating of the property
- : String
- # ensuites in the property
- : Int
- # Number of garage spaces in the property
- : Int
- # Heating Cooling features
- : [HeatingCoolingFeaturesEnum!]!
- # is the property a holiday rental
- : Boolean
- # unit of house size of the property
- : HouseSizeUnitsEnum!
- # house size of the property
- : Int
- # Indoor features
- : [IndoorFeaturesEnum!]!
- # living areas of the property
- : Int
- # Number of open car spaces in the property
- : Int
- # Other features
- : String
- # Outdoor features
- : [OutdoorFeaturesEnum!]!
- # Project that the property is associated with
- : Project
- # Project Stage that the property is associated with
- : ProjectStage
- # property type of the ResidentialRentalType
- : String
- # rentalPerMonth of the ResidentialRentalType
- : Money
- # rentalPerWeek of the ResidentialRentalType
- : Money
- # status of the ResidentialRentalType
- : ResidentialRentalStatusEnum!
- # toilets in the property
- : Int
- }