onTicketDefinitionSaleStarted( )


Notes:

Triggered when a ticket sale starts. Sales details aren't included in the response.

Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?