Class ProgamContractType
java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpricerequest.ProgamContractType
An agreement which provides access to discounted or negotiated prices.
Java class for ProgamContractType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProgamContractType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ContractID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ID_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contractID property.voidsetContractID(String value) Sets the value of the contractID property.
-
Field Details
-
contractID
-
-
Constructor Details
-
ProgamContractType
public ProgamContractType()
-
-
Method Details