SKU

export class SKU extends Base
export class SKU extends Base
Represents a premium application SKU.

Extends

Base
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):unknown
NameTypeOptionalDescription
...propsRecord<string, boolean | string>[]NoNone
Inherited from Base
valueOf():string