Class CashType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.CashType
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_OrderSalesInformationNotifRQ}PostalAddressType"/>
<element name="ReceiptID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ID_Type" minOccurs="0"/>
<element name="TerminalID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ID_Type" minOccurs="0"/>
<element name="TravelAgent" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TravelAgentType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PostalAddressTypeprotected Stringprotected Stringprotected TravelAgentType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the collectionAddress property.Gets the value of the receiptID property.Gets the value of the terminalID property.Gets the value of the travelAgent property.voidSets the value of the collectionAddress property.voidsetReceiptID(String value) Sets the value of the receiptID property.voidsetTerminalID(String value) Sets the value of the terminalID property.voidsetTravelAgent(TravelAgentType value) Sets the value of the travelAgent property.
-
Field Details
-
collectionAddress
-
receiptID
-
terminalID
-
travelAgent
-
-
Constructor Details
-
CashType
public CashType()
-
-
Method Details
-
getCollectionAddress
Gets the value of the collectionAddress property.- Returns:
- possible object is
PostalAddressType
-
setCollectionAddress
Sets the value of the collectionAddress property.- Parameters:
value- allowed object isPostalAddressType
-
getReceiptID
Gets the value of the receiptID property.- Returns:
- possible object is
String
-
setReceiptID
Sets the value of the receiptID property.- Parameters:
value- allowed object isString
-
getTerminalID
Gets the value of the terminalID property.- Returns:
- possible object is
String
-
setTerminalID
Sets the value of the terminalID property.- Parameters:
value- allowed object isString
-
getTravelAgent
Gets the value of the travelAgent property.- Returns:
- possible object is
TravelAgentType
-
setTravelAgent
Sets the value of the travelAgent property.- Parameters:
value- allowed object isTravelAgentType
-