Class CashType
java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpriceresponse.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_OfferPriceRS}PostalAddressType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the collectionAddress property.voidSets the value of the collectionAddress property.
-
Field Details
-
collectionAddress
-
-
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
-