Table of Contents

Enum EntitlementType

Namespace
DisCatSharp.Enums
Assembly
DisCatSharp.dll

Represents the entitlement type.

public enum EntitlementType

Fields

Purchase = 1

Entitlement was purchased by user.

PremiumSubscription = 2

Entitlement for Discord Nitro subscription.

DeveloperGift = 3

Entitlement was gifted by developer.

TestModePurchase = 4

Entitlement was purchased by a dev in application test mode.

FreePurchase = 5

Entitlement was granted when the SKU was free.

UserGift = 6

Entitlement was gifted by another user.

PremiumPurchase = 7

Entitlement was claimed by user for free as a Nitro Subscriber.

ApplicationSubscription = 8

Entitlement was purchased as an app subscription.