<xsd:complexType name="OrderPaymentTermsType">
<xsd:annotation>
<xsd:documentation>Deprecated: Use PaymentTerms</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="PaymentTermsBaseType">
<xsd:sequence>
<xsd:element minOccurs="0" name="FlexTermsString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>
Indicates if the dealer wishes to apply a discount
to the order, or if the dealer wishes to increase their return
allowance.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="PayTermsString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>
When payment is due and/or discounts
allowed.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="PaymentMethodCode" type="scl:PaymentMethodEnumeratedType">
<xsd:annotation>
<xsd:documentation>
Indicates the method of payment (e.g. cash, credit,
etc.).
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="OrderCreditCard">
<xsd:annotation>
<xsd:documentation>
The credit card information for the individual
purchasing the item.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="TermsOptionGroup">
<xsd:annotation>
<xsd:documentation>
The TermsOptionGroup component represents a set of
options for the terms of the payment. Each occurence of
TermsOptionGroup is, by definition, a payment option to the
other TermsOptionGroup occurrences. (Boolean OR among
TermsOptionGroup occurences)
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|