VyAuctionDto
A class representing an auction in the Vy platform.
Properties
Field | Type | Description |
---|---|---|
minimumBid | double | The minimum bid for the auction. |
buyNowPrice | double | The buy now price for the auction. |
bids | The bids made on the auction. | |
highestBid | The highest bid made on the auction. | |
id | string | The ID of the auction. |
nft | The details of the NFT being auctioned. | |
sellerId | string | The ID of the seller. |
sellerNickname | string | The nickname of the seller. |
externalSellerId | string | The external ID of the seller. |
sellerAddress | string | The address of the seller. |
startDate | DateTime | The start date of the auction. |
endDate | DateTime | The end date of the auction. |
type | The type of offer for the auction. | |
status | The status of the auction. | |
dataToSign | string | The data to sign for the auction. |
txApprove | string | The transaction approval for the auction. |
txInCustody | string | The transaction in custody for the auction. |
createdOn | DateTime | The date the auction was created. |
createdBy | string | The user who created the auction. |
modifiedOn | DateTime | The date the auction was last modified. |
modifiedBy | string | The user who last modified the auction. |
signed | bool | Whether or not the auction has been signed. |
currency | The currency used for the auction. | |
seller | The profile of the seller. | |
amountPurchased | int | The amount purchased for the auction. |
amountReimbursed | int | The amount reimbursed for the auction. |
amountTerminated | int | The amount terminated for the auction. |
visibility | The visibility of the auction. | |
price | double | The price of the auction. |
Last updated