Last updated

CommissionPayableAmount

Fields

FieldDescriptionTypeMin/maxNotes
Commission/
CommissionPayableAmount
Contains details about the commission payable for the booking.object1..1-
CommissionPayableAmount/
@Amount
The total commission for the full stay, before applying decimals (@DecimalPlaces).int1..1-
CommissionPayableAmount/
@DecimalPlaces
The number of decimal places for @Amount. E.g. 13350 with DecimalPlaces="2" means 133.50.int1..1Booking.com supports up to 3 decimals.
CommissionPayableAmount/
@CurrencyCode
The currency code for @Amount.enum1..1Booking.com defines the currency for each property. You cannot change the currency yourself. Retrieve a list of all currency codes with /xml/currencies.

XML

<CommissionPayableAmount
  Amount="4500"
  CurrencyCode="EUR"
  DecimalPlaces="2" />