Interface JSONSubscription

interface JSONSubscription {
    cost: number;
    createdAt: Date;
    description: null | string;
    guildID: string;
    id: string;
    roleID: null | number;
    type: string;
}

Hierarchy (view full)

Properties

cost: number

Cost of the subscription

createdAt: Date

The ISO 8601 timestamp that the group was created at

description: null | string

Description associated with the subscription

guildID: string

ID of the guild

id: string
roleID: null | number

ID of the role associated to the subscription

type: string

Type of the subscription