onBookingPolicyDeleted( )


Notes:

Triggered when a booking policy is deleted.

Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?