VyHotOfferDto
Represents a hot offer for an NFT.
Properties
id
string
The unique identifier for the hot offer.
sellerId
string
The unique identifier of the seller.
sellerNickname
string
The nickname of the seller.
externalSellerId
string
The external identifier of the seller.
sellerAddress
string
The address of the seller.
startDate
string
The start date of the hot offer.
endDate
string
The end date of the hot offer.
dataToSign
string
The data to sign for the hot offer.
txApprove
string
The transaction ID for approval.
txInCustody
string
The transaction ID for custody.
createdOn
string
The date the hot offer was created.
createdBy
string
The user who created the hot offer.
modifiedOn
string
The date the hot offer was last modified.
modifiedBy
string
The user who last modified the hot offer.
signed
bool
Indicates whether the hot offer has been signed.
amountPurchased
int
The amount of the NFT purchased.
amountReimbursed
int
The amount reimbursed for the NFT.
amountTerminated
int
The amount terminated for the NFT.
price
double
The price of the hot offer.
Last updated