onReceiptCreated( )


Notes:

Triggered when a receipt is created.

Permissions
Manage Receipts
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: ReceiptCreatedEnvelope): void | Promise<void>

Did this help?