This object contains all the information about an item's invoice details.
Fields
Name | Type | Description |
---|---|---|
collectionTitle | String | The collection title. |
collectionItemTitle | String | The collection item title. |
collectionItemDescription | String | The collection item description. |
collectionItemImage | String | The collection item thumbnail image. |
units | Integer | The amount of the unit item. |
unitPrice | Float | The unit price. |
buyersPremium | Float | The buyers premium. |
overheadPremium | Float | The overhead premium. |
totalPrice | Float | The total price. |
saleDate | Time | The sale date. |
taxes | Float | The taxes. |
salesTaxRate | Float | The sales tax rate. |
transactionHash | String | The blockchain hash |
transactionStatus | String | The transaction current status |
nftDetails | Object | This object gives the nft details like title, description, chainid, metadata etc |