Enum SkuFlags
Specifies additional information about an SKU's contents.
[Flags]
public enum SkuFlags
Fields
Available = 4Whether the SKU is available for purchase.
GuildRoleSubscription = 32Whether the SKU is a guild role subscription.
GuildSubscription = 128Whether the SKU is a recurring SKU, that can be purchased by a user and applied to a single server. Grants access to every user in that server.
HasFreePremiumContent = 2Whether the SKU is free premium content.
PremiumAndDistribution = 8Whether the SKU is a premium or distribution product.
PremiumPurchase = 1Whether the SKU is a premium purchase.
PremiumSubscription = 64Whether the SKU is a Discord premium subscription or related first-party product.
StickerPack = 16Whether the SKU is a premium sticker pack.
UserSubscription = 256Whether the SKU is a recurring SKU, purchased by a user for themselves. Grants access to the purchasing user in every server.