interface APISKU {
    application_id: string;
    flags: SKUFlags;
    id: string;
    name: string;
    slug: string;
    type: SKUType;
}

Properties

application_id: string

ID of the parent application

flags: SKUFlags

SKU flags combined as a bitfield

id: string

ID of SKU

name: string

Customer-facing name of your premium offering

slug: string

System-generated URL slug based on the SKU's name

type: SKUType

Type of SKU