Class PaymentFunctionsCriteriaType

java.lang.Object
org.iata.iata._2015.easd._00.iata_offersandorderscommontypes.PaymentFunctionsCriteriaType

public class PaymentFunctionsCriteriaType extends Object
Is the container of all payment relevant functions.

Java class for PaymentFunctionsCriteriaType complex type.

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

 <complexType name="PaymentFunctionsCriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PaymentMethodCriteria" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}PaymentMethodCriteriaType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>