<xs:complexType name="InboundInvoiceDiscountSurchargesFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="InboundInvoiceId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="DiscountSurchargeTypeId" type="xs:int" />
</xs:sequence>
</xs:complexType>
|