java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderchangerequest.AcceptRepricedOrderType

public class AcceptRepricedOrderType extends Object
Function used by seller to inform the airline that it is accepting the proposed Order, as it has been repriced and returned in the preceding OrderReshopRS.

Java class for AcceptRepricedOrderType complex type.

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

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

    • shoppingResponseRefID

      protected String shoppingResponseRefID
  • Constructor Details

    • AcceptRepricedOrderType

      public AcceptRepricedOrderType()
  • Method Details

    • getShoppingResponseRefID

      public String getShoppingResponseRefID()
      Gets the value of the shoppingResponseRefID property.
      Returns:
      possible object is String
    • setShoppingResponseRefID

      public void setShoppingResponseRefID(String value)
      Sets the value of the shoppingResponseRefID property.
      Parameters:
      value - allowed object is String