Skip to content

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

ContactRecord

[common]\ data class ContactRecord(createdAt: Long?, lastUpdatedAt: Long?, addressId: Long?, addressLine1: String?, pincode: Int?, email: String?, mobile: Long?, whatsappMobile: Long?, alternateMobile: Long?, alternateEmail: String?, cityId: Int?, city: String?, stateId: Int?, state: String?, countryId: Int?, country: String?)

Properties

Name Summary
addressId [common]
val addressId: Long?
addressLine1 [common]
val addressLine1: String?
alternateEmail [common]
val alternateEmail: String? = null
alternateMobile [common]
val alternateMobile: Long? = null
city [common]
val city: String? = null
cityId [common]
val cityId: Int? = null
country [common]
val country: String? = null
countryId [common]
val countryId: Int? = null
createdAt [common]
val createdAt: Long?
email [common]
val email: String? = null
lastUpdatedAt [common]
val lastUpdatedAt: Long?
mobile [common]
val mobile: Long? = null
pincode [common]
val pincode: Int?
state [common]
val state: String? = null
stateId [common]
val stateId: Int? = null
whatsappMobile [common]
val whatsappMobile: Long? = null