Source
This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Generic Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
data | Dictionary<integer:uint32,DestinyVendorComponent> | |
privacy | ComponentPrivacySetting:Enum |
Example
{
// Type: Dictionary<integer:uint32,DestinyVendorComponent>
"data": {
"0": {
// Type: Destiny.Definitions.DestinyVendorDefinition:integer:uint32
"vendorHash": 0,
// Type: string:date-time
"nextRefreshDate": "",
// Type: boolean
"enabled": false,
// Type: boolean
"canPurchase": false,
// Type: DestinyProgression
"progression": {}
}
},
// Type: ComponentPrivacySetting:Enum
"privacy": 0
}