Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

DO NOT MERGE - feat: HOTEL-3054 Rate Categories in HS2 #2645

Open
wants to merge 4 commits into
base: preview
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ The maximum allowed size of `OTA_HotelAvailRS` is 5 MB. Any response that exceed
</RoomType>
</RoomTypes>
<RatePlans>
<RatePlan RatePlanID="XNFYP4I" AvailabilityStatus="ChangeDuringStay">
<RatePlan RatePlanID="XNFYP4I" AvailabilityStatus="ChangeDuringStay" RatePlanType="4">
<Guarantee GuaranteeType="GuaranteeRequired" />
<CancelPenalties>
<CancelPenalty>
Expand Down Expand Up @@ -300,6 +300,7 @@ For a description of the relationship between the `RoomID` and `RatePlanID` refe
|`CancelPenalties`|`complex`|**Required if `RateDetailsInd` is `true` or not present** Collection of cancellation penalties. If the cancel penalties are not provided SAP Concur will display: "Cancellation policy not provided by vendor".|
|`MealsIncluded`|`complex`|Defines which meals are included with this rate program.|
|`RatePlanDescription`|`complex`|Textual information regarding the Rate Plan.|
|`RatePlanType`|`integer`|Specify the rate plan type of this rate. Refer to Open Travel Code List Rate Plan Type (RPT)|

#### <a name="rate-plan-description"></a>RatePlanDescription

Expand Down