java.lang.Object
de.hybris.platform.ndc182facades.messages.orderchangerequest.UpdateOrderItemType

public class UpdateOrderItemType extends Object
Collection of functions used by the seller to request the airline to commit changes to an existing Order. These may be adding, removing or replacing Order Items (with potential refund conditions, in case of cancellations). The actions possible are determ

Java class for UpdateOrderItemType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UpdateOrderItemType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AcceptOffer" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}AcceptOfferType" minOccurs="0"/>
         <element name="DeleteOrderItem" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}DeleteOrderItemType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • UpdateOrderItemType

      public UpdateOrderItemType()
  • Method Details