onBookingPolicyCreated( )


Notes:

Triggered when a booking policy is created.

Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?