This object contains all the information about the marketplace auction bid.
Field
Name | Type | Description |
---|---|---|
id | UUID | The ID for marketplace Auction Bid. |
marketplaceAuctionLotId | UUID | The ID for marketplace Auction Lot. |
marketplaceAuctionLot | Object | Contains all the information from MarketplaceAuctionLot such as lot number, marketplace collection item, starting bid, reserve price, reserve met, preview date, start date, end date, status, current bid, etc. |
currentBid | Float | Information of the current bid in the marketplace auction. |
maximumBid | Float | Information of the maximum bid in the marketplace auction. |
userId | UUID | The user ID. |
amount | Float | Information of the amount of the bid in an auction. |
userOrganization | Object | Contains all the information from UserOrganization . |
isCurrent | Boolean | Confirmation whether the bid is current. |
nextBidIncrement | Float | Information of the next bid increment. |
createdAt | Time | Information of the time when the bid created. |
marketplaceUser | Object | Contains all the information from MarketplaceUser such as ID, avatar, and username. |
isMine | Boolean | Confirmation whether the auction bid is belong to the user. |
buyersPremium | Float | Information of the buyers premium. |
overheadPremium | Float | Information of the overhead premium. |
finalPrice | Float | Information of the final price. |