UserProfileResult

fun UserProfileResult(deviceToken: String, email: String? = null, phone: String? = null, firstName: String? = null, lastName: String? = null, clientId: String? = null, birthDay: String? = null, gender: Gender? = null, childrenCount: Int? = null, address: String? = null, maritalStatus: MaritalStatus? = null)