java.lang.Object
de.hybris.platform.ndc182facades.messages.orderviewresponse.CashType

public class CashType extends Object
Any payment that is collected by the agent and settled between the Airline and the agent. Refer to IATA Resolution 728 Attachment A for full details.

Java class for CashType complex type.

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

 <complexType name="CashType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CollectionAddress" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}PostalAddressType" minOccurs="0"/>
         <element name="ReceiptID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ID_Type" minOccurs="0"/>
         <element name="TerminalID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ID_Type" minOccurs="0"/>
         <element name="TravelAgent" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TravelAgentType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CashType

      public CashType()
  • Method Details

    • getCollectionAddress

      public PostalAddressType getCollectionAddress()
      Gets the value of the collectionAddress property.
      Returns:
      possible object is PostalAddressType
    • setCollectionAddress

      public void setCollectionAddress(PostalAddressType value)
      Sets the value of the collectionAddress property.
      Parameters:
      value - allowed object is PostalAddressType
    • getReceiptID

      public String getReceiptID()
      Gets the value of the receiptID property.
      Returns:
      possible object is String
    • setReceiptID

      public void setReceiptID(String value)
      Sets the value of the receiptID property.
      Parameters:
      value - allowed object is String
    • getTerminalID

      public String getTerminalID()
      Gets the value of the terminalID property.
      Returns:
      possible object is String
    • setTerminalID

      public void setTerminalID(String value)
      Sets the value of the terminalID property.
      Parameters:
      value - allowed object is String
    • getTravelAgent

      public TravelAgentType getTravelAgent()
      Gets the value of the travelAgent property.
      Returns:
      possible object is TravelAgentType
    • setTravelAgent

      public void setTravelAgent(TravelAgentType value)
      Sets the value of the travelAgent property.
      Parameters:
      value - allowed object is TravelAgentType