VySaleOfferRequest
A request object used to create a sale 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
price
double?
The price of the sale offer.
amount
int?
The amount of the sale offer.
minBuyAmount
int?
The minimum buy amount of the sale offer.
maxBuyAmount
int?
The maximum buy amount of the sale offer.
type [required]
string
The type of the offer. Must be 'SALE'.
Last updated