CancelPolicy

Fields

Field Description Type Min/max Notes
Policy/
CancelPolicy
Policies around cancellations and no-shows. array of CancelPenalty 0..1 -
CancelPolicy/
CancelPenalty
Cancellation fee details. object 0..* -

Best practices for cancellation policies

Defining cancellation policies is not mandatory, but is one of the most powerful ways to attract bookings. Ideally, we recommend defining a cancellation policy for each room type. The bare minimum that we recommend is at least one cancellation policy per property.

XML

<CancelPolicy>
  <CancelPenalty ... >
    ...
  </CancelPenalty>
  <CancelPenalty ... >
    ...
  </CancelPenalty>
</CancelPolicy>