Destiny.Responses.DestinyVendorResponse
A response containing all of the components for a vendor.
Type: object
Object Properties
vendor
Depends on Component "Vendors"
The base properties of the vendor.
COMPONENT TYPE: Vendors
COMPONENT TYPE: Vendors
Type: object
categories
Depends on Component "VendorCategories"
Categories that the vendor has available, and references to the sales therein.
COMPONENT TYPE: VendorCategories
COMPONENT TYPE: VendorCategories
Type: object
sales
Depends on Component "VendorSales"
Sales, keyed by the vendorItemIndex of the item being sold.
COMPONENT TYPE: VendorSales
COMPONENT TYPE: VendorSales
Type: object
itemComponents
Item components, keyed by the vendorItemIndex of the active sale items.
COMPONENT TYPE: [See inside the DestinyVendorItemComponentSet contract for component types.]
COMPONENT TYPE: [See inside the DestinyVendorItemComponentSet contract for component types.]
Type: object
currencyLookups
Depends on Component "CurrencyLookups"
A "lookup" convenience component that can be used to quickly check if the character has access to items that can be used for purchasing.
COMPONENT TYPE: CurrencyLookups
COMPONENT TYPE: CurrencyLookups
Type: object
stringVariables
Depends on Component "StringVariables"
A map of string variable values by hash for this character context.
COMPONENT TYPE: StringVariables
COMPONENT TYPE: StringVariables
Type: object