Booking Fee Object


Properties
idstringRead-onlyformat GUID

Booking fee ID.


bookingIdstringformat GUID

ID of the booking associated with the fee.


cancellationFeeCancellationFee

Cancellation fee details.


policyDetailsPolicyDetails

Information about the booking policy snapshot (SDK | REST) according to which the fee was created.

JSON
{ "id": "b9bc707c-473d-4c39-bd26-420216cdaaea", "booking_id": "b9bc707c-473d-4c39-bd26-420216cdaaea", "cancellation_fee": { "price": null, "status": "APPLIED_TO_ORDER", "trigger": "UNKNOWN_TRIGGER" }, "policy_details": null }
Did this help?