Skip to main content

PaymentRatePerDate

daysBeforeArrivalinteger<int32>required

Limit of days before arrival until when the rate should be paid, for example: Until 10 days before arrival 50% should be paid

Example: 10
rateAmountInPercentagenumberrequired

Value in percentage of booking that should be paid (not accumulative)

Possible values: >= 0 and <= 100

Example: 70
PaymentRatePerDate
{
"daysBeforeArrival": 10,
"rateAmountInPercentage": 70
}