Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DestinyVendorResponse

A response containing all of the components for a vendor.

Hierarchy

  • DestinyVendorResponse

Index

Properties

categories

Categories that the vendor has available, and references to the sales therein.

COMPONENT TYPE: VendorCategories

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

itemComponents

Item components, keyed by the vendorItemIndex of the active sale items.

COMPONENT TYPE: [See inside the DestinyItemComponentSet contract for component types.]

sales

Sales, keyed by the vendorItemIndex of the item being sold.

COMPONENT TYPE: VendorSales

vendor

The base properties of the vendor.

COMPONENT TYPE: Vendors