http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents
PrePaymentsFilter Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents : PrePaymentsFilter Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents
Diagram
CreatedDateTo Element CreatedDateFrom Element TransactionDateTo Element TransactionDateFrom Element UnassignedPrePaymentsOnly Element IsIncludeSiblingPayments Element IsPaymentPendingOnly Element PrePaymentId Element InvoiceSaleId Element CashSaleRowId Element PosTerminalId Element PrePaymentTypeId Element ProductId Element UserId Element SaleOrderId Element CustomerId Element ParentPrePaymentId Element PrePaymentRequestId Element PrePaymentNumber Element StoreId Element Sequence PrePaymentsFilter Complex Type
Overview
Used By
NewPrePaymentsFilterResult Element
filter Element
filter Element
Source
<xs:complexType name="PrePaymentsFilter" 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="PrePaymentNumber" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="PrePaymentRequestId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="ParentPrePaymentId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="CustomerId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="SaleOrderId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="UserId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="ProductId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="PrePaymentTypeId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="PosTerminalId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="CashSaleRowId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="InvoiceSaleId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="PrePaymentId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="IsPaymentPendingOnly" type="tns:BooleanFilter" />
    <xs:element minOccurs="1" maxOccurs="1" name="IsIncludeSiblingPayments" type="xs:boolean" />
    <xs:element minOccurs="1" maxOccurs="1" name="UnassignedPrePaymentsOnly" type="tns:BooleanFilter" />
    <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="CreatedDateFrom" type="xs:dateTime" />
    <xs:element minOccurs="1" maxOccurs="1" name="CreatedDateTo" type="xs:dateTime" />
  </xs:sequence>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents