This little 2-bedroom unit will be available now. It is the fourth unit of five. Inside features 2 bedrooms with wardrobes, separate kitchen and lounge area and a combined bathroom and laundry.
Outside a small patio at the entrance with garden area and a single carport.
The lawns are mowed for you on a regular basis.
This home is unfurnished.
To make booking for a viewing please go to https://summit.co.nz/rent/listings/17750
More properties available at www.summitrentals.co.nz
Apply Now*Please only apply after you have viewed the property.
Share
{
console.log('Received listingsUpdated event', event.detail);
// Check if this is a load more operation
if (event.detail.isLoadMore && event.detail.newListings) {
// Add only the new listings without clearing existing ones
addNewListings(event.detail.newListings);
} else {
// Regular update - replace all listings
updateListings(event.detail.listings || []);
}
});">