Source
This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
index | integer:int32 | The index of the item in the related DestinyVendorDefintion's itemList property, representing the sale. |
canAcquire | boolean | If true, the user can not only see the item, but they can acquire it. It is possible that a user can see a kiosk item and not be able to acquire it. |
failureIndexes | integer:int32[] | Indexes into failureStrings for the Vendor, indicating the reasons why it failed if any. |
Example
{
// Type: integer:int32
"index": 0,
// Type: boolean
"canAcquire": false,
// Type: integer:int32[]
"failureIndexes": [
// Type: integer:int32
0
]
}