http://retail3000.net/Retail3000Webservice/PosComponents
CashDeclarationJournalRowsFilter Complex Type
http://retail3000.net/Retail3000Webservice/PosComponents : CashDeclarationJournalRowsFilter Complex Type
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Diagram
IsProcessedOnly Element CashDeclarationJournalNumber Element Description Element LedgerId Element CashDeclarationJournalId Element StoreId Element Sequence CashDeclarationJournalRowsFilter Complex Type
Overview
Used By
NewCashDeclarationJournalRowsFilterResult Element
filter Element
Source
<xs:complexType name="CashDeclarationJournalRowsFilter" 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="CashDeclarationJournalId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="LedgerId" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="Description" type="xs:string" />
    <xs:element minOccurs="1" maxOccurs="1" name="CashDeclarationJournalNumber" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="IsProcessedOnly" type="tns:BooleanFilter" />
  </xs:sequence>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents