Auction
@Serializable
Information about a specific auction.
Constructors
Link copied to clipboard
constructor(uuid: String? = null, auctioneer: String? = null, profileId: String? = null, coop: List<String>? = null, start: Long? = null, end: Long? = null, itemName: String? = null, itemLore: String? = null, extra: String? = null, category: String? = null, categories: List<String>? = null, tier: String? = null, startingBid: Long? = null, itemBytes: String? = null, claimed: Boolean? = null, claimedBidders: List<String>? = null, highestBidAmount: Long? = null, lastUpdated: Long? = null, bin: Boolean? = null, bids: List<Bid>? = null, itemUuid: String? = null)
Properties
Link copied to clipboard
The UUID of the seller.
Link copied to clipboard
The categories of the item in auction house.
Link copied to clipboard
Whether the item has been claimed by the buyer's coop. TODO check this
Link copied to clipboard
The highest bid on the auction.
Link copied to clipboard
Timestamp of the last time the auction was modified or bin on.
Link copied to clipboard
Starting bid for an auction or price of a bin auction.