VyFulfillmentAssociationDto
Represents a fulfillment association.
Properties
Field | Type | Description |
---|---|---|
pricePerItem | double | The price per item in the fulfillment association. |
buyerWalletAddress | string | The wallet address of the buyer associated with the fulfillment association. |
type | The type of the fulfillment association. | |
buyer | The user profile of the buyer associated with the fulfillment association. | |
status | The state of the fulfillment association. | |
creationDate | string | The creation date of the fulfillment association. |
externalBuyerId | string | The external buyer ID associated with the fulfillment association. |
amount | int | The amount of items in the fulfillment association. |
txAssociation | string | The transaction association of the fulfillment association. |
txOutOfCustody | string | The transaction out of custody of the fulfillment association. |
id | string | The ID of the fulfillment association. |
offerId | string | The ID of the offer associated with the fulfillment association. |
Last updated