@typed-discord/rest
    Preparing search index...

    Interface SubscriptionResponse

    interface SubscriptionResponse {
        canceled_at: string | null;
        country?: string | null;
        current_period_end: string;
        current_period_start: string;
        entitlement_ids: `${bigint}`[];
        id: `${bigint}`;
        renewal_sku_ids: `${bigint}`[] | null;
        sku_ids: `${bigint}`[];
        status: SubscriptionResponseStatusType;
        user_id: `${bigint}`;
    }
    Index

    Properties

    canceled_at: string | null

    When the subscription was canceled

    country?: string | null

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

    current_period_end: string

    End of the current subscription period

    current_period_start: string

    Start of the current subscription period

    entitlement_ids: `${bigint}`[]

    List of entitlements granted for this subscription

    id: `${bigint}`

    ID of the subscription

    renewal_sku_ids: `${bigint}`[] | null

    List of SKUs that this user will be subscribed to at renewal

    sku_ids: `${bigint}`[]

    List of SKUs subscribed to

    Current status of the subscription

    user_id: `${bigint}`

    ID of the user who is subscribed