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
/
StoreProductsData
Store
Products
Data
@
Serializable
data
class
StoreProductsData
(
val
userId
:
String
,
val
isMerchant
:
Boolean
,
val
products
:
List
<
StoreProduct
>
)
用户商店商品数据 包含用户商店的商品信息
Parameters
user
Id
用户 ID
is
Merchant
是否是商家
products
商品列表
Members
Constructors
Store
Products
Data
Link copied to clipboard
constructor
(
userId
:
String
,
isMerchant
:
Boolean
,
products
:
List
<
StoreProduct
>
)
Properties
is
Merchant
Link copied to clipboard
@
SerialName
(
value
=
"isMerchant"
)
val
isMerchant
:
Boolean
products
Link copied to clipboard
@
SerialName
(
value
=
"products"
)
val
products
:
List
<
StoreProduct
>
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"userId"
)
val
userId
:
String