class SKU

extends

Base
export class SKU extends Base

Represents a premium application SKU.

applicationId : Snowflake

The id of the parent application

readonly
client : Client<true>

The client that instantiated this

Inherited from: Base

Flags that describe the SKU

The id of the SKU

name : string

The customer-facing name of the premium offering

slug : string

The system-generated URL slug based on this SKU's name

type : SKUType

The type of the SKU

toJSON(
...props: Record<string, boolean | string>[]
) : unknown

Inherited from: Base

valueOf() : string

Inherited from: Base