Enum DiscordStockKeepingUnitType
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
For subscriptions, SKUs will have a type of either Subscription represented by type: 5 or
SubscriptionGroup represented by type:6 .
For any current implementations, you will want to use the SKU
defined by type: 5 . A SubscriptionGroup is automatically created for each Subscription SKU
and are not used at this time.
public enum DiscordStockKeepingUnitType
- Extension Methods
Fields
Consumable = 3Consumable one-time purchase
Durable = 2Durable one-time purchase
Subscription = 5Represents a recurring subscription
SubscriptionGroup = 6System-generated group for each SUBSCRIPTION SKU created