http://retail3000.net/Retail3000Webservice/PosComponents
CashDeclarationPaymentsFilter Complex Type
http://retail3000.net/Retail3000Webservice/PosComponents : CashDeclarationPaymentsFilter Complex Type
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Diagram
PosUserId Element PosTerminalId Element PaymentType Element Description Element DueDate Element LedgerId Element CashDeclarationAttributeId Element CashDeclarationId Element Sequence CashDeclarationPaymentsFilter Complex Type
Overview
Used By
NewCashDeclarationPaymentsFilterResult Element
filter Element
Source
<xs:complexType name="CashDeclarationPaymentsFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="CashDeclarationId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="CashDeclarationAttributeId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="LedgerId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="DueDate" type="xs:dateTime" />
    <xs:element minOccurs="0" maxOccurs="1" name="Description" type="xs:string" />
    <xs:element minOccurs="1" maxOccurs="1" name="PaymentType" type="tns:CashDeclarationPaymentType" />
    <xs:element minOccurs="1" maxOccurs="1" name="PosTerminalId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="PosUserId" type="xs:int" />
  </xs:sequence>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents