Table of Contents

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 = 3

Consumable one-time purchase

Durable = 2

Durable one-time purchase

Subscription = 5

Represents a recurring subscription

SubscriptionGroup = 6

System-generated group for each SUBSCRIPTION SKU created