Auction
@Serializable
An auction in the CharacterBazaar.
Constructors
Link copied to clipboard
constructor( name: String, auctionId: Int, level: Int, world: String, vocation: Vocation, sex: Sex, outfit: OutfitImage, displayedItems: List<ItemEntry>, salesArguments: List<SalesArgument>, auctionStart: Instant, auctionEnd: Instant, bid: Int, bidType: BidType, status: AuctionStatus, details: AuctionDetails?)
Properties
Link copied to clipboard
The date when the auction ends.
Link copied to clipboard
The date when the auction started.
Link copied to clipboard
URL to the character being sold.
Link copied to clipboard
The details of the auction.
Link copied to clipboard
A list of items selected for display.
Link copied to clipboard
The current outfit the character is wearing.
Link copied to clipboard
Arguments selected by the auction author.
Link copied to clipboard
The current status of the auction.