FVyFulfillmentDto
Data transfer object for a fulfillment
Properties
Field
Type
Description
pricePerItem
double
The price per item
buyerWalletAddress
FString
The wallet address of the buyer
creationDate
FDateTime
The date of creation
externalBuyerId
FString
The external ID of the buyer
amount
int
The amount of items
txAssociation
FString
The transaction association
txOutOfCustody
FString
The transaction out of custody
id
FString
The ID of the fulfillment
offerId
FString
The ID of the offer
Last updated