Definition Type: SimpleType
Name: PaymentTransactionType_Enum
Namespace: http://www.opentravel.org/OTM/finance/v3
Containing Schema: Finance_3_0_0.xsd
Collapse XSD Schema Diagram:
XSD Diagram of PaymentTransactionType_Enum in schema finance_3_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:simpleType name="PaymentTransactionType_Enum">
    <xsd:annotation>
        <xsd:appinfo>
            <otm:OTA2Entity type="EnumerationClosed" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">PaymentTransactionType_Enum</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="charge">
            <xsd:annotation>
                <xsd:documentation source="Description">This indicates that an actual payment has been made.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="reserve">
            <xsd:annotation>
                <xsd:documentation source="Description">This indicates that a hold for the indicated amount has been placed on a credit card or that a cash amount has been taken from the customer to guarantee final payment.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="refund">
            <xsd:annotation>
                <xsd:documentation source="Description">This indicates that the payment amount of this PaymentDetail element is for a refund.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration charge
Enumeration reserve
Enumeration refund
Collapse Derivation Tree:
Collapse References:
fin-0300:paymentTransactionTypeCode