http://retail3000.net/Retail3000Webservice/PosComponents
CashDeclarationInfo Complex Type
http://retail3000.net/Retail3000Webservice/PosComponents : CashDeclarationInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Base Type
Extension of Info Complex Type
Diagram
SafeDifference Element SafeCount Element SafeEndAmount Element SafeTransactions Element SafeStartAmount Element Information Element CompletedByUserId Element IsComplete Element DateTo Element DateFrom Element LastInvoiceSalePaymentId Element LastCashSalePaymentId Element LastCashFlowId Element LastCashSaleRowId Element DeclarationNumber Element DeclarationType Element CashDeclarationJournalId Element ParentCashDeclarationId Element StoreId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence CashDeclarationInfo Complex Type
Overview
Used By
NewCashDeclarationInfoResult Element
cashDeclaration Element
GetSingleCashDeclarationResult Element
cashDeclaration Element
cashDeclaration Element
GetLastCashDeclarationResult Element
Source
<xs:complexType name="CashDeclarationInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:Info">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="CompanyId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="StoreId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ParentCashDeclarationId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="CashDeclarationJournalId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="DeclarationType" type="tns:CashDeclarationType" />
        <xs:element minOccurs="1" maxOccurs="1" name="DeclarationNumber" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="LastCashSaleRowId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="LastCashFlowId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="LastCashSalePaymentId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="LastInvoiceSalePaymentId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="DateFrom" type="xs:dateTime" />
        <xs:element minOccurs="1" maxOccurs="1" name="DateTo" type="xs:dateTime" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsComplete" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="CompletedByUserId" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="Information" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="SafeStartAmount" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="SafeTransactions" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="SafeEndAmount" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="SafeCount" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="SafeDifference" type="xs:decimal" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents