FVyOfferPurchaseDto
Purchase information for an offer
Properties
Field | Type | Description |
---|---|---|
pricePerItem | double | The price per item of the purchase |
buyer | The profile of the buyer | |
externalBuyerId | FString | The external ID of the buyer |
buyerWalletAddress | FString | The wallet address of the buyer |
id | FString | The ID of the purchase |
type | The fulfillment type of the purchase | |
offerId | FString | The ID of the offer |
txOutOfCustody | FString | The transaction out of custody |
amount | int | The amount of items purchased |
status | The fulfillment state of the purchase | |
creationDate | FString | The creation date of the purchase |
txAssociation | FString | The transaction association |
Last updated