Last updated

HotelProduct

Fields

FieldDescriptionTypeMin/maxNotes
HotelProducts/
HotelProduct
Product details.object0..*-
HotelProduct/
@ProductNotifType
Specifies the type of action being performed on the product.enum1..1Accepts: New (create product), Remove (delete product).
HotelProduct/
RoomTypes
Room types in the product.array of RoomType1..1-
HotelProduct/
RatePlans
Rate plans in the product.array of RatePlan1..1-
HotelProduct/
ValueAddInclusions
Mealplans in the product.array of MealPlan0..1-
HotelProduct/
PolicyInfo
Cancellation and booking policies for the product.object0..1-
HotelProduct/
TPA_Extensions
Container for PricingType.object0..1-

XML

<HotelProduct
  ProductNotifType="New">
  <RoomTypes>
    ...
  </RoomTypes>
  <RatePlans>
    ...
  </RatePlans>
  <ValueAddInclusions>
    ...
  </ValueAddInclusions>
  <PolicyInfo>
    ...
  </PolicyInfo>
  <TPA_Extensions>
    ...
  </TPA_Extensions>
</HotelProduct>