fursuit-tv-sdk
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.user
/
StoreProduct
Store
Product
@
Serializable
data
class
StoreProduct
(
val
id
:
String
,
val
name
:
String
,
val
description
:
String
?
=
null
,
val
price
:
Double
?
=
null
,
val
currency
:
String
?
=
null
,
val
externalUrl
:
String
?
=
null
,
val
imageUrl
:
String
?
=
null
)
商店商品 表示一个商店商品的信息
Parameters
id
商品 ID
name
商品名称
description
商品描述
price
价格
currency
货币单位
external
Url
外部购买链接
image
Url
商品图片 URL
Members
Constructors
Store
Product
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
description
:
String
?
=
null
,
price
:
Double
?
=
null
,
currency
:
String
?
=
null
,
externalUrl
:
String
?
=
null
,
imageUrl
:
String
?
=
null
)
Properties
currency
Link copied to clipboard
@
SerialName
(
value
=
"currency"
)
val
currency
:
String
?
=
null
description
Link copied to clipboard
@
SerialName
(
value
=
"description"
)
val
description
:
String
?
=
null
external
Url
Link copied to clipboard
@
SerialName
(
value
=
"externalUrl"
)
val
externalUrl
:
String
?
=
null
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
image
Url
Link copied to clipboard
@
SerialName
(
value
=
"imageUrl"
)
val
imageUrl
:
String
?
=
null
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
price
Link copied to clipboard
@
SerialName
(
value
=
"price"
)
val
price
:
Double
?
=
null