VyAuctionDto
A class representing an auction in the Vy platform.
Properties
minimumBid
double
The minimum bid for the auction.
buyNowPrice
double
The buy now price for the auction.
id
string
The ID of the auction.
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.
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.
amountPurchased
int
The amount purchased for the auction.
amountReimbursed
int
The amount reimbursed for the auction.
amountTerminated
int
The amount terminated for the auction.
price
double
The price of the auction.
Last updated