fursuit-tv-sdk
Toggle table of contents
0.2.2
common
Target filter
common
Switch theme
Search in API
Skip to content
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.user
/
StoreProduct
Store
Product
@
Serializable
data
class
StoreProduct
(
val
id
:
Int
,
val
name
:
String
,
val
price
:
String
?
=
null
,
val
imageUrl
:
String
?
=
null
,
val
externalUrl
:
String
?
=
null
,
val
sortOrder
:
Int
?
=
null
,
val
createdAt
:
String
?
=
null
,
val
updatedAt
:
String
?
=
null
)
商店商品,表示一个商店中的商品。
Parameters
id
商品 ID
name
商品名称
price
价格
image
Url
商品图片 URL
external
Url
外部购买链接
sort
Order
排序权重
created
At
创建时间
updated
At
更新时间
Members
Constructors
Store
Product
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
,
price
:
String
?
=
null
,
imageUrl
:
String
?
=
null
,
externalUrl
:
String
?
=
null
,
sortOrder
:
Int
?
=
null
,
createdAt
:
String
?
=
null
,
updatedAt
:
String
?
=
null
)
Properties
created
At
Link copied to clipboard
@
SerialName
(
value
=
"created_at"
)
val
createdAt
:
String
?
external
Url
Link copied to clipboard
@
SerialName
(
value
=
"external_url"
)
val
externalUrl
:
String
?
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
Int
image
Url
Link copied to clipboard
@
SerialName
(
value
=
"image_url"
)
val
imageUrl
:
String
?
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
price
Link copied to clipboard
@
SerialName
(
value
=
"price"
)
val
price
:
String
?
sort
Order
Link copied to clipboard
@
SerialName
(
value
=
"sort_order"
)
val
sortOrder
:
Int
?
updated
At
Link copied to clipboard
@
SerialName
(
value
=
"updated_at"
)
val
updatedAt
:
String
?