Class MarketBoardCurrentOfferings.MarketBoardItemListing
This class represents the current market board offering of a single item from the Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings network packet.
Assembly: Dalamud.dll
public class MarketBoardCurrentOfferings.MarketBoardItemListing : IMarketBoardItemListing
Implements:
Dalamud.Game.Network.Structures.IMarketBoardItemListing
Properties
ArtisanId
Gets the artisan ID.
public ulong ArtisanId { get; }
ItemId
Gets the item ID.
public uint ItemId { get; }
CatalogId
Gets the catalog ID.
public uint CatalogId { get; }
IsHq
Gets a value indicating whether the item is HQ.
public bool IsHq { get; }
ItemQuantity
Gets the item quantity.
public uint ItemQuantity { get; }
ListingId
Gets the listing ID.
public ulong ListingId { get; }
Materia
Gets the list of materia attached to this item.
public IReadOnlyList<IItemMateria> Materia { get; }
MateriaCount
Gets the amount of attached materia.
public int MateriaCount { get; }
OnMannequin
Gets a value indicating whether this item is on a mannequin.
public bool OnMannequin { get; }
PricePerUnit
Gets the price per unit.
public uint PricePerUnit { get; }
RetainerCityId
Gets the city ID of the retainer selling the item.
public int RetainerCityId { get; }
RetainerId
Gets the ID of the retainer selling the item.
public ulong RetainerId { get; }
RetainerName
Gets the name of the retainer.
public string RetainerName { get; }
RetainerOwnerId
Gets the ID of the retainer's owner.
public ulong RetainerOwnerId { get; }
Stain1Id
Gets the first stain or applied dye of the item.
public int Stain1Id { get; }
Stain2Id
Gets the second stain or applied dye of the item.
public int Stain2Id { get; }
TotalTax
Gets the total tax.
public uint TotalTax { get; }