We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3e043 commit 015b4b7Copy full SHA for 015b4b7
discord/subscription.go
@@ -11,6 +11,7 @@ type Subscription struct {
11
UserID snowflake.ID `json:"user_id"`
12
SkuIDs []snowflake.ID `json:"sku_ids"`
13
EntitlementIDs []snowflake.ID `json:"entitlement_ids"`
14
+ RenewalSkuIDs []snowflake.ID `json:"renewal_sku_ids"`
15
CurrentPeriodStart time.Time `json:"current_period_start"`
16
CurrentPeriodEnd time.Time `json:"current_period_end"`
17
Status SubscriptionStatus `json:"status"`
0 commit comments