# Charge

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [Feature](/connectivity/docs/api-reference/feature)/`Charge` |  | object | 0..1 | - |
| `Charge`/`@Amount` | The price per night, per extra bed. | int | 0..1 | - |
| `Charge`/`@DecimalPlaces` | The number of decimal places to apply to `@Amount`. | int | 0..1 | Default: `0` |


## XML


```xml
<Charge
  Amount="12300"
  DecimalPlaces="2"/>
```

## Related endpoints

* [/ota/OTA_HotelDescriptiveContentNotif](/connectivity/docs/ota-hoteldescriptivecontentnotif)