FVyAuctionDto

Auction details

Properties

FieldTypeDescription

minimumBid

double

The minimum bid amount

buyNowPrice

double

The buy now price

bids

The list of bids

highestBid

The highest bid

id

FString

The auction ID

nft

The details of the NFT

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

type

The type of offer

status

The status of the offer

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

currency

The currency type

seller

The seller's profile

amountPurchased

int

The amount purchased

amountReimbursed

int

The amount reimbursed

amountTerminated

int

The amount terminated

visibility

The visibility type

price

double

The price

Last updated