Class PricingMethodCriteriaType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.servicelistrequest.PricingMethodCriteriaType
Contains information to identify how reservation was re-priced to obtain best published fare (Eg. best fare in same cabin, best fare in all cabins, other parameters to select best fare).
Java class for PricingMethodCriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PricingMethodCriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BestPricingOptionText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}TextType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bestPricingOptionText property.voidsetBestPricingOptionText(String value) Sets the value of the bestPricingOptionText property.
-
Field Details
-
bestPricingOptionText
-
-
Constructor Details
-
PricingMethodCriteriaType
public PricingMethodCriteriaType()
-
-
Method Details