Skip to main content

Interface IMarketBoardCurrentOfferings

An interface that represents the current market board offerings.

Assembly: Dalamud.dll
Declaration
public interface IMarketBoardCurrentOfferings

Properties

ItemListings

Gets the list of individual item listings.

Declaration
IReadOnlyList<IMarketBoardItemListing> ItemListings { get; }

RequestId

Gets the request ID.

Declaration
int RequestId { get; }