VyBidRequest
Represents a bid request for a Vy auction.
Properties
Field | Type | Description |
---|---|---|
userId | string | The unique identifier of the user making the bid. |
offerId | string | The unique identifier of the offer being bid on. |
amount | double? | The amount being bid on the offer. |
externalUserId | string | The external user identifier associated with the bid. |
Last updated