Class PaymentCriteriaAddlInfoType

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

public class PaymentCriteriaAddlInfoType extends Object
Additional Information relating to a given Payment Method Criteria

Java class for PaymentCriteriaAddlInfoType complex type.

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

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