FVyFulfillmentDto

Data transfer object for a fulfillment

Properties

FieldTypeDescription

pricePerItem

double

The price per item

buyerWalletAddress

FString

The wallet address of the buyer

type

The type of fulfillment

buyer

The profile of the buyer

status

The status of the fulfillment

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