http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents
InvoiceJournalRowsFilter Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents : InvoiceJournalRowsFilter Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents
Diagram
IsSaleOnly Element IsProcessedOnly Element InvoicePrintedDateTo Element LedgerId Element InboundInvoiceJournalId Element InvoiceId Element InvoiceSaleId Element StoreId Element Sequence InvoiceJournalRowsFilter Complex Type
Overview
Used By
NewInvoiceJournalRowsFilterResult Element
filter Element
Source
<xs:complexType name="InvoiceJournalRowsFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="StoreId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="InvoiceSaleId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="InvoiceId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="InboundInvoiceJournalId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="LedgerId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="InvoicePrintedDateTo" type="xs:dateTime" />
    <xs:element minOccurs="1" maxOccurs="1" name="IsProcessedOnly" type="tns:BooleanFilter" />
    <xs:element minOccurs="1" maxOccurs="1" name="IsSaleOnly" type="tns:BooleanFilter" />
  </xs:sequence>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents