java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderretrieverequest.MiscChargeOrderType

public class MiscChargeOrderType extends Object
Miscellaneous Charge Order (MCO) form of payment information.

Java class for MiscChargeOrderType complex type.

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

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

    • ticketID

      protected String ticketID
  • Constructor Details

    • MiscChargeOrderType

      public MiscChargeOrderType()
  • Method Details

    • getTicketID

      public String getTicketID()
      Gets the value of the ticketID property.
      Returns:
      possible object is String
    • setTicketID

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