Skip to content

Commit

Permalink
Add RenewalSkuIDs to Subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
sebm253 committed Dec 12, 2024
1 parent fe3e043 commit 015b4b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discord/subscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ type Subscription struct {
UserID snowflake.ID `json:"user_id"`
SkuIDs []snowflake.ID `json:"sku_ids"`
EntitlementIDs []snowflake.ID `json:"entitlement_ids"`
RenewalSkuIDs []snowflake.ID `json:"renewal_sku_ids"`
CurrentPeriodStart time.Time `json:"current_period_start"`
CurrentPeriodEnd time.Time `json:"current_period_end"`
Status SubscriptionStatus `json:"status"`
Expand Down

0 comments on commit 015b4b7

Please sign in to comment.