# Class: ExchangeItemInfo
• ExchangeItemInfo()
用于兑换的物品信息
description
包括了物品和要消耗的数量
# Properties
# Readonly
count
• count: Long
(用于兑换的)物品数量
Returns: Long
# Accessors
# customInt
• get customInt(): Long | undefined
自定义整型
# 返回值:
Long | undefined
# customStr
• get customStr(): string | undefined
自定义字符串
# 返回值:
string | undefined
# description
• get description(): string | undefined
物品描述
# 返回值:
string | undefined
# id
• get id(): number
物品 ID
# 返回值:
number
# name
• get name(): string
物品名称
# 返回值:
string
# resourcePath
• get resourcePath(): string | undefined
物品资源文件路径(例如图片)
# 返回值:
string | undefined