StaffDetailResponseItem
data class StaffDetailResponseItem(val userId: Int, val userCode: String, val name: String, val nameKana: String, val imageUrl: String, val genderCode: <Error class: unknown class>, val genderName: String, val height: Int, val profile: String? = null, val label: Label, val shop: Shop, val userAttributes: List<UserAttribute>, val snsAccounts: List<SnsAccount>, val favoriteProducts: List<Product>, val isFavorite: Boolean)(source)
Constructors
Link copied to clipboard
constructor(userId: Int, userCode: String, name: String, nameKana: String, imageUrl: String, genderCode: <Error class: unknown class>, genderName: String, height: Int, profile: String? = null, label: Label, shop: Shop, userAttributes: List<UserAttribute>, snsAccounts: List<SnsAccount>, favoriteProducts: List<Product>, isFavorite: Boolean)