Client Family Members Data
@Serializable
Parameters
age
client Id
date Of Birth
first Name
gender
gender Id
id
is Dependent
last Name
marital Status
marital Status Id
middle Name
mobile Number
profession
profession Id
qualification
relationship
relationship Id
Constructors
Link copied to clipboard
constructor(age: Long? = null, clientId: Long? = null, dateOfBirth: LocalDate? = null, firstName: String? = null, gender: String? = null, genderId: Long? = null, id: Long? = null, isDependent: Boolean? = null, lastName: String? = null, maritalStatus: String? = null, maritalStatusId: Long? = null, middleName: String? = null, mobileNumber: String? = null, profession: String? = null, professionId: Long? = null, qualification: String? = null, relationship: String? = null, relationshipId: Long? = null)