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
View Source
Declaration
public interface IMarketBoardPurchase
Properties
CatalogId
Gets the item ID of the item that was purchased.
View Source
Declaration
uint CatalogId { get; }
ItemQuantity
Gets the quantity of the item that was purchased.
View Source
Declaration
uint ItemQuantity { get; }