Interface IMarketBoardPurchase
An interface that represents market board purchase information. This message is received from the server when a purchase is made at a market board.
Assembly: Dalamud.dll
Declaration
public interface IMarketBoardPurchase
Derived:
Dalamud.Game.Network.Structures.MarketBoardPurchase
Properties
CatalogId
Gets the item ID of the item that was purchased.
Declaration
uint CatalogId { get; }
ItemQuantity
Gets the quantity of the item that was purchased.
Declaration
uint ItemQuantity { get; }