CommissionPayableAmount

Fields

Field Description Type Min/max Notes
Commission/
CommissionPayableAmount
Contains details about the commission payable for the booking. object 1..1 -
CommissionPayableAmount/
@Amount
The total commission for the full stay, before applying decimals (@DecimalPlaces). int 1..1 -
CommissionPayableAmount/
@DecimalPlaces
The number of decimal places for @Amount. E.g. 13350 with DecimalPlaces="2" means 133.50. int 1..1 Booking.com supports up to 3 decimals.
CommissionPayableAmount/
@CurrencyCode
The currency code for @Amount. enum 1..1 Booking.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" />