FVyAuctionDto
Auction details
Properties
minimumBid
double
The minimum bid amount
buyNowPrice
double
The buy now price
id
FString
The auction ID
sellerId
FString
The ID of the seller
sellerNickname
FString
The nickname of the seller
externalSellerId
FString
The external ID of the seller
sellerAddress
FString
The address of the seller
startDate
FDateTime
The start date of the auction
endDate
FDateTime
The end date of the auction
dataToSign
FString
The data to sign
txApprove
FString
The transaction for approval
txInCustody
FString
The transaction in custody
createdOn
FDateTime
The creation date
createdBy
FString
The creator of the auction
modifiedOn
FDateTime
The modification date
modifiedBy
FString
The modifier of the auction
signed
bool
Indicates if the auction is signed
amountPurchased
int
The amount purchased
amountReimbursed
int
The amount reimbursed
amountTerminated
int
The amount terminated
price
double
The price
Last updated