# PricingType

# Text

Multiple endpoints
`PricingType` can be found in:

* [OTA_HotelProductNotif]
* [OTA_HotelDescriptiveContentNotif]


## [OTA_HotelProductNotif]

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [TPA_Extensions](/connectivity/docs/api-reference/tpa_extensions)/`PricingType` | Additional pricing configuration for [HotelProduct](/connectivity/docs/api-reference/hotelproduct). | object | 0..1 | - |
| `PricingType`/`@Value` | Specifies the [pricing type](/connectivity/docs/pricing-models) for the product. | enum | 0..1 | Accepts: `Standard`, `LOS`. Default: `Standard`. [length of stay pricing (LOS)](/connectivity/docs/pricing-models#length-of-stay-los) must be enabled for a property before it can be used. |


## XML


```xml
<PricingType
  Value="LOS" />
```

## [OTA_HotelDescriptiveContentNotif]

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [TPA_Extensions](/connectivity/docs/api-reference/tpa_extensions)/`PricingType` | Additional pricing configuration for [Hotel]. | object | 0..1 | - |
| `PricingType`/`@Value` | Specifies the [pricing type](/connectivity/docs/pricing-models) for the hotel. | enum | 0..1 | Accepts: `Standard`, `LOS`, `OBP`. Default: `Standard`. For [length of stay pricing (LOS)](/connectivity/docs/pricing-models#length-of-stay-los) and [Occupancy Based pricing (OBP)](/connectivity/docs/pricing-models#occupancy-based-pricing-obp) provider must be certified for these pricing types. Please check certification process with Booking.com support team. |


## XML


```xml
<PricingType
  Value="LOS" />
```

## Related endpoints

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