<xsd:complexType name="OrderCreditCardType">
<xsd:complexContent>
<xsd:extension base="CreditCardType">
<xsd:sequence>
<xsd:element minOccurs="0" name="AssignedCreditCardID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation>
This is an identifier for the credit card that has
no business meaning, and is generally provided by the supplier.
It is only required in cases where the dealer is requesting
payment by a credit card that is already on file with the
supplier.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|