http://retail3000.net/Retail3000Webservice/PosComponents
CustomerCountingsFilter Complex Type
http://retail3000.net/Retail3000Webservice/PosComponents : CustomerCountingsFilter Complex Type
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Diagram
CreatedDateTimeTo Element CreatedDateTimeFrom Element IgnoreOnly Element TimeStamp Element CustomerCounterId Element StoreId Element Sequence CustomerCountingsFilter Complex Type
Overview
Used By
Filter Element
Filter Element
NewCustomerCountingsFilterResult Element
filter Element
Source
<xs:complexType name="CustomerCountingsFilter" 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="CustomerCounterId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="TimeStamp" type="xs:dateTime" />
    <xs:element minOccurs="1" maxOccurs="1" name="IgnoreOnly" type="tns:BooleanFilter" />
    <xs:element minOccurs="1" maxOccurs="1" name="CreatedDateTimeFrom" type="xs:dateTime" />
    <xs:element minOccurs="1" maxOccurs="1" name="CreatedDateTimeTo" type="xs:dateTime" />
  </xs:sequence>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents