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:int32,DestinyVendorSaleItemComponent>  
privacy ComponentPrivacySetting:Enum  

Example

{
    // Type: Dictionary<integer:int32,DestinyVendorSaleItemComponent>
    "data": {
        "0": {
            // Type: integer:int32
            "vendorItemIndex": 0,
            // Type: Destiny.Definitions.DestinyInventoryItemDefinition:integer:uint32
            "itemHash": 0,
            // Type: integer:int32
            "quantity": 0,
            // Type: VendorItemStatus:Enum
            "saleStatus": {},
            // Type: DestinyItemQuantity[]
            "costs": [
               // Type: DestinyItemQuantity
                {
                    // Type: Destiny.Definitions.DestinyInventoryItemDefinition:integer:uint32
                    "itemHash": 0,
                    // Type: integer:int64:nullable
                    "itemInstanceId": 0,
                    // Type: integer:int32
                    "quantity": 0
                }
            ],
            // Type: Destiny.Definitions.DestinyUnlockDefinition:integer:uint32[]
            "requiredUnlocks": [
               // Type: integer:uint32
                0
            ],
            // Type: DestinyUnlockStatus[]
            "unlockStatuses": [
               // Type: DestinyUnlockStatus
                {
                    // Type: Destiny.Definitions.DestinyUnlockDefinition:integer:uint32
                    "unlockHash": 0,
                    // Type: boolean
                    "isSet": false
                }
            ],
            // Type: integer:int32[]
            "failureIndexes": [
               // Type: integer:int32
                0
            ]
        }
    },
    // Type: ComponentPrivacySetting:Enum
    "privacy": 0
}

References

  1. https://bungie-net.github.io/multi/schema_DictionaryComponentResponseOfint32AndDestinyVendorSaleItemComponent.html#schema_DictionaryComponentResponseOfint32AndDestinyVendorSaleItemComponent