Zync Property
data class ZyncProperty(val propertyUid: String, val propertyName: String, val propertyImage: String?, val propertyAddress: ZyncAddress?, val noOfJobs: Int?, val isActive: Boolean, val description: String?, val customers: List<ZyncPropertyCustomer>)
Constructors
Link copied to clipboard
constructor(propertyUid: String, propertyName: String, propertyImage: String?, propertyAddress: ZyncAddress?, noOfJobs: Int?, isActive: Boolean, description: String?, customers: List<ZyncPropertyCustomer>)