VyOfferPurchaseDto
Represents an offer purchase made by a buyer.
Properties
Field
Type
Description
pricePerItem
double
The price per item of the offer purchase.
externalBuyerId
string
The external ID of the buyer.
buyerWalletAddress
string
The wallet address of the buyer.
id
string
The ID of the offer purchase.
offerId
string
The ID of the offer being purchased.
txOutOfCustody
string
The transaction ID out of custody.
amount
int
The amount of items being purchased.
creationDate
string
The date the offer purchase was created.
txAssociation
string
The transaction ID association.
Last updated