Definition Type: Element
Name: PaymentDetails
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Container for Payment Detail.
Collapse XSD Schema Diagram:
Drilldown into PaymentDetail in schema ota_aircommontypes_xsd1XSD Diagram of PaymentDetails in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="PaymentDetails" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Container for Payment Detail.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="PaymentDetail" type="PaymentDetailType" maxOccurs="99">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Form of payment details for the requested booking. It is possible to use multiple forms of payment for one transaction, therefore this element may be used more than once.</xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PaymentDetail PaymentDetail (1) 99