<xsd:complexType name="CustomerPaymentMethodType">
<xsd:sequence>
<xsd:element minOccurs="0" name="PaymentMethodCode" type="scl:PaymentMethodEnumeratedType">
<xsd:annotation>
<xsd:documentation>
Indicates the method of payment (e.g., cash, credit card,
etc.)
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="AuthorizedAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
Preauthorized expense limit.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|