Enum EntitlementType
- Namespace
- NetCord
- Assembly
- NetCord.dll
public enum EntitlementType
Fields
ApplicationSubscription = 8Entitlement was purchased as an app subscription.
DeveloperGift = 3Entitlement was gifted by developer.
FreePurchase = 5Entitlement was granted when the SKU was free.
PremiumPurchase = 7Entitlement was claimed by user for free as a Nitro Subscriber.
PremiumSubscription = 2Entitlement for Discord Nitro subscription.
Purchase = 1Entitlement was purchased by user.
TestModePurchase = 4Entitlement was purchased by a dev in application test mode.
UserGift = 6Entitlement was gifted by another user.