Booking Policy Snapshot Object


The bookingPolicySnapshot object is the version of a service's booking policy at the time a booking is created. This allows you for example to charge customers the correct cancellation fee even after a service's cancellation policy has been updated.

Properties
idstringRead-onlyformat GUID

Booking policy snapshot ID.


bookingIdstringformat GUID

ID of the booking that's associated with this policy snapshot.


policyPolicy

Snapshot of the booking policy (SDK | REST). at the time the corresponding booking was created.


createdDatestringRead-onlyformat date-time

Date and time the booking policy snapshot was created in YYYY-MM-DDThh:mm:ssZ format.

BookingPolicySnapshot
JSON
Did this help?