java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpricerequest.AccountableDocType

public class AccountableDocType extends Object
Form of payment which utilizes a previously issued accountable travel document (ticket, EMD, coupon, etc.) which has an outstanding credit value.

Java class for AccountableDocType complex type.

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

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

    • docType

      protected String docType
    • ticketID

      protected String ticketID
  • Constructor Details

    • AccountableDocType

      public AccountableDocType()
  • Method Details

    • getDocType

      public String getDocType()
      Gets the value of the docType property.
      Returns:
      possible object is String
    • setDocType

      public void setDocType(String value)
      Sets the value of the docType property.
      Parameters:
      value - allowed object is String
    • 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