FVyHotOfferDto
Data structure representing a hot offer
Properties
Field | Type | Description |
---|---|---|
id | FString | The unique identifier of the hot offer |
nft | Details of the NFT associated with the hot offer | |
sellerId | FString | The unique identifier of the seller |
sellerNickname | FString | The nickname of the seller |
externalSellerId | FString | The external identifier of the seller |
sellerAddress | FString | The address of the seller |
startDate | FString | The start date of the hot offer |
endDate | FString | The end date of the hot offer |
type | The type of the hot offer | |
status | The status of the hot offer | |
dataToSign | FString | Data to sign for the hot offer |
txApprove | FString | Transaction for approval of the hot offer |
txInCustody | FString | Transaction in custody of the hot offer |
createdOn | FString | The date the hot offer was created |
createdBy | FString | The user who created the hot offer |
modifiedOn | FString | The date the hot offer was last modified |
modifiedBy | FString | The user who last modified the hot offer |
signed | bool | Indicates if the hot offer is signed |
currency | The currency type of the hot offer | |
seller | The profile of the seller | |
amountPurchased | int | The amount purchased for the hot offer |
amountReimbursed | int | The amount reimbursed for the hot offer |
amountTerminated | int | The amount terminated for the hot offer |
visibility | The visibility type of the hot offer | |
price | double | The price of the hot offer |
Last updated