FVyBidDto
Bid data transfer object
Properties
Field | Type | Description |
---|---|---|
id | FString | The unique identifier of the bid |
user | The user who made the bid | |
amount | double | The amount of the bid |
offerId | FString | The identifier of the offer associated with the bid |
externalUserId | FString | The external user identifier |
createdOn | FDateTime | The date and time when the bid was created |
Last updated