Table of Contents

Class DiscordSubscription

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Represents a DiscordSubscription.

public sealed class DiscordSubscription : SnowflakeObject
Inheritance
DiscordSubscription
Inherited Members

Properties

CanceledAt

Gets when the subscription was canceled.

Country

Gets the ISO3166-1 alpha-2 country code of the payment source used to purchase the subscription.

Missing unless queried with a private OAuth scope.

CurrentPeriodEndsAt

Gets the end of the current subscription period.

CurrentPeriodStartsAt

Gets the start of the current subscription period.

EntitlementIds

Gets the list of entitlements granted for this subscription.

RenewalSkuIds

Gets the list of SKUs that this user will be subscribed to at renewal.

SkuIds

Gets the list of SKUs the user is subscribed to.

Status

Gets the current status of the subscription.

User

Gets the user who subscribed, if they're in the cache.

UserId

Gets the id of the user who subscribed.