http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents
CashSalePaymentsFilter Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents : CashSalePaymentsFilter Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents
Diagram
ConversionId Element CardIdentifier Element Reference Element Paid Element PreviousDateTo Element TransactionDateTo Element TransactionDateFrom Element PaymentType Element Sequence PaymentTypes Element PaymentTypeId Element UserId Element PosTerminalId Element StoreId Element CashSaleId Element ItemIdTo Element ItemIdFrom Element Sequence CashSalePaymentsFilter Complex Type
Overview
Sequence
ItemIdFrom xs:int
ItemIdTo xs:int
CashSaleId xs:int
StoreId xs:int
UserId xs:int
TransactionDateTo xs:dateTime
PreviousDateTo xs:dateTime
Paid xs:decimal
Reference optional xs:string
CardIdentifier optional xs:string
Used By
NewCashSalePaymentsFilterResult Element
filter Element
filter Element
Source
<xs:complexType name="CashSalePaymentsFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="ItemIdFrom" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="ItemIdTo" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="CashSaleId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="StoreId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="PosTerminalId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="UserId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="PaymentTypeId" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="PaymentTypes" type="tns:ArrayOfPaymentType" />
    <xs:element minOccurs="1" maxOccurs="1" name="TransactionDateFrom" type="xs:dateTime" />
    <xs:element minOccurs="1" maxOccurs="1" name="TransactionDateTo" type="xs:dateTime" />
    <xs:element minOccurs="1" maxOccurs="1" name="PreviousDateTo" type="xs:dateTime" />
    <xs:element minOccurs="1" maxOccurs="1" name="Paid" nillable="true" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="Reference" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="CardIdentifier" type="xs:string" />
    <xs:element minOccurs="1" maxOccurs="1" name="ConversionId" type="xs:int" />
  </xs:sequence>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents