VyBidDto

This class represents a bid made by a user on an offer.

Properties

FieldTypeDescription

id

string

The unique identifier of the bid.

user

The user who made the bid.

amount

double

The amount of the bid.

offerId

string

The unique identifier of the offer the bid was made on.

externalUserId

string

The external user identifier associated with the bid.

createdOn

DateTime

The date and time the bid was created.

Last updated