GW2v2CommercePrices
@Serializable
Information about an item listed in the trading post.
Parameters
id
the item's ID
whitelisted
indicates whether a free to play account can purchase or sell this item on the trading post
buys
the buy information
sells
the sell information
Constructors
Link copied to clipboard
constructor(id: GW2ItemId, whitelisted: Boolean, buys: GW2v2CommercePrices.BuyListing, sells: GW2v2CommercePrices.SellListing)