VyAuctionOfferRequest
Represents a request to create an auction offer.
Derived Properties (VyCreateOfferRequestBase)
Field
Type
Description
startDate
DateTime?
The start date of the offer.
endDate
DateTime?
The end date of the offer.
signature
string
The signature of the offer.
sellerAddress [required]
string
The address of the seller.
externalSellerId
string
The external ID of the seller.
sellerId
string
The ID of the seller.
Properties
Field
Type
Description
minimumBid
double?
The minimum bid for the auction offer.
buyNowPrice
double?
The buy now price for the auction offer.
type [required]
string
The type of the offer, which is always 'AUCTION'.
Last updated