ItemContent

data class ItemContent @JvmOverloads constructor(val profileText: String? = null, val profileImageUrl: String? = null, val titleImageText: String? = null, val titleImageUrl: String? = null, val titleImageCategory: String? = null, val items: List<ItemInfo>? = null, val sum: String? = null, val sumOp: String? = null) : Parcelable

아이템 콘텐츠
Item contents

Parameters

profileText

프로필 텍스트
Profile text

profileImageUrl

프로필 이미지 URL
Profile image URL

titleImageText

이미지 아이템 제목
Title of the image item

titleImageUrl

이미지 아이템 이미지 URL
Image URL of the image item

titleImageCategory

이미지 아이템의 카테고리
Category of the image item

items

아이템 정보
Item information

sum

요약 정보
Summary

sumOp

합산 가격
Total price

Constructors

Link copied to clipboard
constructor(profileText: String? = null, profileImageUrl: String? = null, titleImageText: String? = null, titleImageUrl: String? = null, titleImageCategory: String? = null, items: List<ItemInfo>? = null, sum: String? = null, sumOp: String? = null)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val items: List<ItemInfo>? = null
Link copied to clipboard
val profileImageUrl: String? = null
Link copied to clipboard
val profileText: String? = null
Link copied to clipboard
val sum: String? = null
Link copied to clipboard
val sumOp: String? = null
Link copied to clipboard
Link copied to clipboard
val titleImageText: String? = null
Link copied to clipboard
val titleImageUrl: String? = null