# CommissionPayableAmount

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [Commission](/connectivity/docs/api-reference/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](/connectivity/docs/b_xml-currencies) 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](/connectivity/docs/b_xml-currencies). |


## XML

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

## Related endpoints

* [/ota/OTA_HotelResNotif](/assets/ota-resnotif.6feca6813d49343c21f6eaf6fb23bc2ae9463aebb608c424a9b1a86125d3a633.53c68abe.md)
* [/ota/OTA_HotelResModifyNotif](/assets/ota-resmodifynotif.47baf4836abbc19d568e27e43a5a6500b959bf6bebfe20f361089b013d7d6940.53c68abe.md)