# Base

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [Price](/connectivity/docs/api-reference/price)/`Base` |  | object | 0..1 |  |
| `Base`/`@AmountAfterTax` | The unit price amount after taxes | float | 1..1 |  |
| `Base`/`@CurrencyCode` | The currency code of the unit price | enum | 1..1 |  |
| `Base`/`@Type` | The unit of the price | string | 1..1 |  |


## XML

```xml
<Base 
    CurrencyCode="EUR" 
    Type="per_bottle" 
    AmountAfterTax="25" />
```

## Related endpoints

* [/ota/OTA_HotelResNotif](/assets/ota-resnotif.9435d67d3f702fdfeb4d85eb03dae5806013069110bcdc3c564617b49bff6032.53c68abe.md)
* [/ota/OTA_HotelResModifyNotif](/assets/ota-resmodifynotif.8388ef29a07722f45ff51a79c07d4d60d1f754eb0b23bc5fc185815c796c721f.53c68abe.md)