onBookingPolicyUpdated( )


Notes:

Triggered when a booking policy is updated, including when a policy's default attribute changes.

Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?