Skip to content

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

CustomerPreferenceRecord

[common]\ data class CustomerPreferenceRecord(createdAt: Long?, lastUpdatedAt: Long?, religionId: String?, religion: String?, casteId: Int?, caste: String?, subCasteId: Int?, subCaste: String?, workingStateId: Int?, workingState: String?, workingCountryId: Int?, workingCountry: String?)

Properties

Name Summary
caste [common]
val caste: String? = null
casteId [common]
val casteId: Int? = null
createdAt [common]
val createdAt: Long?
lastUpdatedAt [common]
val lastUpdatedAt: Long?
religion [common]
val religion: String?
religionId [common]
val religionId: String?
subCaste [common]
val subCaste: String? = null
subCasteId [common]
val subCasteId: Int? = null
workingCountry [common]
val workingCountry: String? = null
workingCountryId [common]
val workingCountryId: Int? = null
workingState [common]
val workingState: String? = null
workingStateId [common]
val workingStateId: Int? = null