Home > @infiniteobjects/data-types > IPrintButtonCallbackJob
The callback job that is sent to the pub/sub
Signature:
export interface IPrintButtonCallbackJob
| Property | Modifiers | Type | Description |
|---|---|---|---|
| callbackUrl | string | Url to send the data to | |
| payload | IPrintButtonCallbackPayload | The contents of the payload being sent to the partner | |
| sharedSecret | string | Shared secret used to validate the integrity of the hook |