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 | DestinyVendorComponent | |
privacy | ComponentPrivacySetting:Enum |
Example
{
// Type: DestinyVendorComponent
"data": {
// 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
}