VyFulfillmentDto
Represents a fulfillment object for a Vy offer.
Properties
Field
Type
Description
pricePerItem
double
Price per item for this fulfillment
buyerWalletAddress
string
The wallet address of the Buyer (set if Type == Purchase)
creationDate
DateTime
The creation date of the fulfillment object.
externalBuyerId
string
The Id of the external Buyer (set if Type == Purchase)
amount
int
The amount associated with the fulfillment object.
txAssociation
string
The transaction association associated with the fulfillment object.
txOutOfCustody
string
The transaction out of custody associated with the fulfillment object.
id
string
The ID of the fulfillment object.
offerId
string
The ID of the offer associated with the fulfillment object.
Last updated