Skip to content
Version 2.11.0
↓ Get the launcher

ExchangeNoticeListing structure

A scheduled (“notice”/pre-order) listing not yet live: price and the time it lists.

public struct ExchangeNoticeListing : IEquatable<ExchangeNoticeListing>
parameter description
ItemId The item’s config id.
Price Expected unit price.
ListingTime When the item is scheduled to become buyable.
name description
ExchangeNoticeListing(…) A scheduled (“notice”/pre-order) listing not yet live: price and the time it lists.
ItemId { get; set; } The item’s config id.
ListingTime { get; set; } When the item is scheduled to become buyable.
Price { get; set; } Expected unit price.