Skip to main content

Interface IMarketBoardCurrentOfferings

An interface that represents the current market board offerings.

Assembly: Dalamud.dll
View Source
Declaration
public interface IMarketBoardCurrentOfferings

Properties

ItemListings

Gets the list of individual item listings.

View Source
Declaration
IReadOnlyList<IMarketBoardItemListing> ItemListings { get; }

RequestId

Gets the request ID.

View Source
Declaration
int RequestId { get; }