Skip to main content

ApartmentCancellationPolicy

daysBeforeArrivalinteger<int32>required

Number of days before arrival for which this cancellation policy is valid

Possible values: >= 0

Example: 10
cancellationFeeInPercentnumberrequired

Booking percentage which is non-refundable

Possible values: >= 0 and <= 100

Example: 30
rateIdstring<string>

Rate identifier

Possible values: Value must match regular expression DEFAULT|REFUNDABLE|NON_REFUNDABLE

Example: NON_REFUNDABLE
ApartmentCancellationPolicy
{
"daysBeforeArrival": 10,
"cancellationFeeInPercent": 30,
"rateId": "NON_REFUNDABLE"
}