ApartmentCancellationPolicy
daysBeforeArrivalinteger<int32>required
Number of days before arrival for which this cancellation policy is valid
Possible values: >= 0
Example:
10cancellationFeeInPercentnumberrequired
Booking percentage which is non-refundable
Possible values: >= 0 and <= 100
Example:
30rateIdstring<string>
Rate identifier
Possible values: Value must match regular expression DEFAULT|REFUNDABLE|NON_REFUNDABLE
Example:
NON_REFUNDABLEApartmentCancellationPolicy
{
"daysBeforeArrival": 10,
"cancellationFeeInPercent": 30,
"rateId": "NON_REFUNDABLE"
}