Package-level declarations

Types

Link copied to clipboard
sealed class GetPropertyResult

Result type for property detail operations.

Link copied to clipboard
data class ZyncProperty(val propertyUid: String, val propertyName: String, val propertyImage: String?, val propertyAddress: ZyncAddress?, val noOfJobs: Int?, val isActive: Boolean, val description: String?)
Link copied to clipboard
data class ZyncPropertyDetail(val propertyUid: String, val propertyName: String, val propertyImage: String?, val propertyAddress: ZyncAddress?, val isActive: Boolean, val createdBy: ZyncCreatedByUser?, val createdAt: String, val updatedAt: String?, val attachments: List<ZyncAttachment>, val customers: List<ZyncCustomer>, val organization: ZyncOrganization?, val customFields: List<ZyncFormField>, val parentProperty: ZyncProperty?, val taxGroup: ZyncTaxGroup?, val isTaxExempted: Boolean, val priceList: ZyncPriceList?, val description: String?)

Represents detailed property information with all related entities. This includes property details, customers, organization, attachments, and pricing information.