http://retail3000.net/Retail3000Webservice/PosComponents
ViewCustomerCountingInfo Complex Type
http://retail3000.net/Retail3000Webservice/PosComponents : ViewCustomerCountingInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Base Type
Extension of CustomerCountingInfo Complex Type
Diagram
StoreName Element Ignore Element Timestamp Element Amount Element CustomerCounterId Element StoreId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ViewCustomerCountingInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
StoreId xs:int
Amount xs:decimal
Timestamp xs:dateTime
Ignore xs:boolean
StoreName optional xs:string
Used By
ViewCustomerCountingInfo Element
Source
<xs:complexType name="ViewCustomerCountingInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:CustomerCountingInfo">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="1" name="StoreName" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents