toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
kord-core
/
dev.kord.core.cache.data
/
SubscriptionData
/
SubscriptionData
Subscription
Data
constructor
(
id
:
Snowflake
,
userId
:
Snowflake
,
skuIds
:
List
<
Snowflake
>
,
entitlementIds
:
List
<
Snowflake
>
,
currentPeriodStart
:
Instant
,
currentPeriodEnd
:
Instant
,
status
:
SubscriptionStatus
,
canceledAt
:
Instant
?
,
country
:
Optional
<
String
>
=
Optional.Missing()
)
(
source
)