Skip to content

//woua-matrimony-sdk/com.woualabs.matrimony.user.mapper/PropertyRecord

PropertyRecord

[common]\ data class PropertyRecord(createdAt: Long?, lastUpdatedAt: Long?, customerPropertyId: String?, isHouse: String?, isLand: String?, isCar: String?, images: List<ImageRecord>?)

Properties

Name Summary
createdAt [common]
val createdAt: Long?
customerPropertyId [common]
val customerPropertyId: String?
images [common]
val images: List<ImageRecord>?
isCar [common]
val isCar: String? = null
isHouse [common]
val isHouse: String?
isLand [common]
val isLand: String?
lastUpdatedAt [common]
val lastUpdatedAt: Long?