# Class: InvitationRewardItemConf
• InvitationRewardItemConf()
邀请奖励物品配置信息
# Accessors
# customInt
• get customInt(): Long | undefined
自定义整型
# 返回值:
Long | undefined
# customStr
• get customStr(): string | undefined
自定义字符串
# 返回值:
string | undefined
# description
• get description(): string | undefined
物品描述信息
# 返回值:
string | undefined
# name
• get name(): string
物品名称
# 返回值:
string
# resPath
• get resPath(): string | undefined
物品图片
todo
double check
# 返回值:
string | undefined