Skip to main content

PaymentRates

Payment schedule for the booking

ratePaidOnBookingInPercentagenumber

Rate paid on booking in percentage

Possible values: >= 0 and <= 100

Example: 30
ratesPerDate object[]
  • Array [
  • 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
  • ]
  • PaymentRates
    {
    "ratePaidOnBookingInPercentage": 30,
    "ratesPerDate": [
    {
    "daysBeforeArrival": 10,
    "rateAmountInPercentage": 70
    }
    ]
    }