Skip to content

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

PersonalRecord

[common]\ data class PersonalRecord(fullName: String?, gender: String?, genderId: String?, colorType: String?, colorTypeId: String?, dateOfBirth: String?, foodType: String?, foodTypeId: String?, healthStatus: String?, healthStatusId: String?, educationId: Int?, education: String?, age: Int?, height: String?, weight: Float?, motherTongueId: String?, motherTongue: String?, casteId: Int?, caste: String?, subCasteId: Int?, subCaste: String?, isPrivate: String?, profilePicture: String?, profilePictureIcon: String?, totalphotocount: Int?, images: List<ImageRecord>?, maritalStatus: String?, maritalStatusId: String?, religionId: String?, religion: String?, localeId: String?, locale: String?, cityId: Int?, city: String?, stateId: Int?, state: String?, countryId: Int?, country: String?)

Properties

Name Summary
age [common]
val age: Int? = null
caste [common]
val caste: String? = null
casteId [common]
val casteId: Int? = null
city [common]
val city: String? = null
cityId [common]
val cityId: Int? = null
colorType [common]
val colorType: String? = null
colorTypeId [common]
val colorTypeId: String? = null
country [common]
val country: String? = null
countryId [common]
val countryId: Int? = null
dateOfBirth [common]
val dateOfBirth: String? = null
education [common]
val education: String? = null
educationId [common]
val educationId: Int? = null
foodType [common]
val foodType: String? = null
foodTypeId [common]
val foodTypeId: String? = null
fullName [common]
val fullName: String? = null
gender [common]
val gender: String? = null
genderId [common]
val genderId: String? = null
healthStatus [common]
val healthStatus: String? = null
healthStatusId [common]
val healthStatusId: String? = null
height [common]
val height: String?
images [common]
val images: List<ImageRecord>?
isPrivate [common]
val isPrivate: String? = null
locale [common]
val locale: String? = null
localeId [common]
val localeId: String? = null
maritalStatus [common]
val maritalStatus: String? = null
maritalStatusId [common]
val maritalStatusId: String? = null
motherTongue [common]
val motherTongue: String? = null
motherTongueId [common]
val motherTongueId: String?
profilePicture [common]
val profilePicture: String? = null
profilePictureIcon [common]
val profilePictureIcon: String? = null
religion [common]
val religion: String? = null
religionId [common]
val religionId: String? = null
state [common]
val state: String? = null
stateId [common]
val stateId: Int? = null
subCaste [common]
val subCaste: String? = null
subCasteId [common]
val subCasteId: Int? = null
totalphotocount [common]
val totalphotocount: Int? = null
weight [common]
val weight: Float? = null