Package-level declarations
Types
Link copied to clipboard
data class Attachment(val type: <Error class: unknown class>, val imageUrl: ImageUrl, val htmlIframe: String? = null, val htmlDiv: String? = null, val contentUrl: String? = null)
SNAP PLAYに紐づく画像・動画
Link copied to clipboard
コード名セット
Link copied to clipboard
data class Item(val cid: Int, val mainImageUrl: ImageUrl, val coordinateGenderCode: Int, val coordinateGenderName: String, val coordinateGenreCode: <Error class: unknown class>, val coordinateGenreName: String, val coordinateHeight: Int, val acceptAt: <Error class: unknown class>, val pv: Int, val label: Label, val shop: Shop, val user: User, val userAttributes: List<UserAttribute>, val comment: String? = null, val tags: List<Tag>, val products: List<Product>? = null, val hasImage: Boolean, val hasVideo: Boolean, val attachments: List<Attachment>)
SNAP PLAY
Link copied to clipboard
data class Product(val baseProductCode: String, val productCode: String, val mallBaseProductCode: String, val mallProductCode: String, val name: String, val parentCategory: CodeNameSet, val category: CodeNameSet, val label: CodeNameSet, val color: CodeNameSet, val size: CodeNameSet, val productUrl: String, val productImageUrl: String, val price: Int, val sellingPrice: Int, val productStock: Int, val productSkuStock: Int, val isPublicProduct: Boolean, val isPublicProductSku: Boolean)
SNAP PLAY紐付け商品
Link copied to clipboard
Link copied to clipboard
data class UserAttribute(val userAttributeType: UserAttributeType, val userAttributeValue: UserAttributeValue)
ユーザー属性
Link copied to clipboard
属性タイプ
Link copied to clipboard
data class UserAttributeValue(val slug: String? = null, val displayValue: String, val otherDisplayValue: String? = null)
属性値