# 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.0246048b9c717d1a5855d6674e26c38dabca2d621c6e35c8db7aba16f8794661.53c68abe.md)
* [/ota/OTA_HotelResModifyNotif](/assets/ota-resmodifynotif.db8d41e1bc79646e4858455554c34b992ccb01469da7502fbb3cc803dccb64f5.53c68abe.md)