Definition Type: Element
Name: AcceptablePaymentCard
Containing Schema: OTA_CommonTypes.xsd
MinOccurs (1)
MaxOccurs 99
Abstract
Documentation:
Specific information of one payment card that is acceptable as a form of payment.
Collapse XSD Schema Diagram:
Drilldown into DecimalPlaces in schema ota_commontypes_xsd1 Drilldown into CurrencyCode in schema ota_commontypes_xsd1 Drilldown into CurrencyCodeGroup in schema ota_commontypes_xsd Drilldown into UsageAmount in schema ota_commontypes_xsd1 Drilldown into UsagePercentage in schema ota_commontypes_xsd1 Drilldown into CardName in schema ota_commontypes_xsd1 Drilldown into CardType in schema ota_commontypes_xsd1 Drilldown into AcceptablePaymentCardGroup in schema ota_commontypes_xsdXSD Diagram of AcceptablePaymentCard in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="AcceptablePaymentCard" maxOccurs="99">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specific information of one payment card that is acceptable as a form of payment.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attributeGroup ref="AcceptablePaymentCardGroup">
            <xs:annotation>
                <xs:documentation xml:lang="en">Provides the information needed to describe a type of payment card that is acceptable as a form of payment.  A usage fee (amount or percentage) may also be stated for this particular card type.</xs:documentation>
            </xs:annotation>
        </xs:attributeGroup>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
CardType CardType Optional
CardName CardName Optional
UsagePercentage UsagePercentage Optional
UsageAmount UsageAmount Optional
CurrencyCode CurrencyCode Optional
DecimalPlaces DecimalPlaces Optional