Interface IMarketBoardPurchaseHandler
An interface that represents market board purchase information. This message is sent from the client when a purchase is made at a market board.
Assembly: Dalamud.dll
View Source
Declaration
public interface IMarketBoardPurchaseHandler
Properties
RetainerId
Gets the object ID of the retainer associated with the sale.
View Source
Declaration
ulong RetainerId { get; }
ListingId
Gets the object ID of the item listing.
View Source
Declaration
ulong ListingId { get; }
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; }
PricePerUnit
Gets the unit price of the item.
View Source
Declaration
uint PricePerUnit { get; }
IsHq
Gets a value indicating whether the item is HQ.
View Source
Declaration
bool IsHq { get; }
TotalTax
Gets the total tax.
View Source
Declaration
uint TotalTax { get; }
RetainerCityId
Gets the city ID of the retainer selling the item.
View Source
Declaration
int RetainerCityId { get; }