<xsd:complexType name="FormOfPayment">
<xsd:annotation>
<xsd:documentation source="Description">Specifies the form of payment.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="BusinessObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">FormOfPayment</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="fin-0300:FormOfPayment_ID">
<xsd:sequence>
<xsd:element minOccurs="0" name="Privacy" type="ota2-0400:Privacy">
<xsd:annotation>
<xsd:documentation source="Description">Data use and sharing permissions.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="GuaranteeTypeCode" type="ota2-0300:PaymentType_Enum">
<xsd:annotation>
<xsd:documentation source="Description">Used to specify the method of guarantee. Refer to OpenTravel Code List Payment Type (PMT).</xsd:documentation>
<xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}OTA_CodeType</xsd:documentation>
<xsd:appinfo>
<otm:Equivalent context="fin" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">GuaranteeTypeCode</otm:Equivalent>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Summary" />
</xsd:sequence>
<xsd:attribute name="costCenterID" type="ota2-0400:StringTiny" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">A reference to identify the billing department for allocating cost of travel to company account.</xsd:documentation>
<xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}StringLength1to32</xsd:documentation>
<xsd:appinfo>
<otm:Equivalent context="fin" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">CostCenterID</otm:Equivalent>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="paymentTransactionTypeCode" type="fin-0300:PaymentTransactionType_Enum" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">This is used to indicate either a charge, reserve (deposit) or refund.</xsd:documentation>
<xsd:documentation source="Implementer">LocalAnonymousType: PaymentFormType_PaymentTransactionTypeCode</xsd:documentation>
<xsd:appinfo>
<otm:Equivalent context="fin" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">PaymentTransactionTypeCode</otm:Equivalent>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="guaranteeID" type="ota2-0400:StringShort" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Provides the identifier as specified by the GuaranteeTypeCode (e.g., Corporate ID or IATA number).</xsd:documentation>
<xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}StringLength1to64</xsd:documentation>
<xsd:appinfo>
<otm:Equivalent context="fin" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">GuaranteeID</otm:Equivalent>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="remark" type="ota2-0400:StringShort" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">A remark associated with the payment form.</xsd:documentation>
<xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}StringLength1to128</xsd:documentation>
<xsd:appinfo>
<otm:Equivalent context="fin" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Remark</otm:Equivalent>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="guaranteeIndicatorInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">When true, indicates this represents a guarantee rather than a payment form.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|