Home > @infiniteobjects/data-types > IPrintButtonCallbackPayload
The contents of the payload being sent to the partner
Signature:
export interface IPrintButtonCallbackPayload
Property | Modifiers | Type | Description |
---|---|---|---|
blockchain | Blockchain | The Blockchain where the token lives | |
contractAddress | string | The Contract Address | |
event | PrintButtonWebhookEvent | The Event we are reporting to the partner | |
orderNumber | number | The shopify order number | |
ownerAddress | string | The wallet of the owner of the token | |
partnerId | string | The partner ID Associated with this sale | |
printId | string | The video print ID associated to this sale | |
timestamp | Date | Timestamp of the event | |
tokenId | string | The Token ID |