Zync User Detail
data class ZyncUserDetail(val userUid: String, val firstName: String, val lastName: String?, val email: String?, val profilePicture: String?, val homePhoneNumber: String?, val workPhoneNumber: String?, val mobilePhoneNumber: String?, val designation: String?, val empCode: String?, val userRole: UserRole?, val hourlyLaborCharge: Double?, val isActive: Boolean, val customFields: List<ZyncFormField>)
Represents comprehensive user detail with all related information. This model follows the offline-first approach, providing immediate access to cached data.
Constructors
Link copied to clipboard
constructor(userUid: String, firstName: String, lastName: String?, email: String?, profilePicture: String?, homePhoneNumber: String?, workPhoneNumber: String?, mobilePhoneNumber: String?, designation: String?, empCode: String?, userRole: UserRole?, hourlyLaborCharge: Double?, isActive: Boolean, customFields: List<ZyncFormField>)