Class: Bundle
structures/Asset.Bundle
Table of contents
Constructors
Properties
Constructors
constructor
+ new Bundle(data: BundleOptions, client: default): Bundle
Parameters:
| Name | Type | 
|---|---|
data | 
BundleOptions | 
client | 
default | 
Returns: Bundle
Defined in: structures/Asset.ts:113
Properties
bundleType
• bundleType: string
Defined in: structures/Asset.ts:94
client
• client: default
Defined in: structures/Asset.ts:90
creator
• creator: PartialUser | PartialGroup
Defined in: structures/Asset.ts:102
creatorType
• creatorType: CreatorType
Defined in: structures/Asset.ts:101
description
• description: string
Defined in: structures/Asset.ts:93
id
• id: number
Defined in: structures/Asset.ts:91
items
• items: { id: number ; name: string ; owned: boolean ; type: string  }[]
Defined in: structures/Asset.ts:95
name
• name: string
Defined in: structures/Asset.ts:92
product
• product: object
Type declaration:
| Name | Type | 
|---|---|
forSale | 
boolean | 
id | 
number | 
premiumPricing | 
object | 
premiumPricing.discount | 
number | 
premiumPricing.price | 
number | 
price | 
number | 
publicDomain | 
boolean | 
type | 
string | 
Defined in: structures/Asset.ts:103