VyHotOfferDto
Represents a hot offer for an NFT.
Properties
id
string
The unique identifier for the hot offer.
nft
Details of the NFT being offered.
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.
type
The type of the hot offer.
status
The status 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.
currency
The currency used for the hot offer.
seller
The profile of the seller.
amountPurchased
int
The amount of the NFT purchased.
amountReimbursed
int
The amount reimbursed for the NFT.
amountTerminated
int
The amount terminated for the NFT.
visibility
The visibility of the hot offer.
price
double
The price of the hot offer.
Last updated