http://retail3000.net/Retail3000Webservice/PosComponents
CashDeclarationAttributeInfo Complex Type
http://retail3000.net/Retail3000Webservice/PosComponents : CashDeclarationAttributeInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Base Type
Extension of Info Complex Type
Diagram
CurrencyUnitCountId Element PosUserId Element PosTerminalId Element ToSafe Element Difference Element LastCount Element EndAmount Element Expenses Element Withdrawals Element Deposits Element PrePayments Element InvoicePayments Element CashSalePayments Element Sales Element StartAmount Element DeclarationAttributeNumber Element ParentCashDeclarationAttributeId Element CashDeclarationId Element StoreId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence CashDeclarationAttributeInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
StoreId xs:int
StartAmount xs:decimal
Sales xs:decimal
CashSalePayments xs:decimal
InvoicePayments xs:decimal
PrePayments xs:decimal
Deposits xs:decimal
Withdrawals xs:decimal
Expenses xs:decimal
EndAmount xs:decimal
LastCount xs:decimal
Difference xs:decimal
ToSafe xs:decimal
PosUserId xs:int
Used By
NewCashDeclarationAttributeInfoResult Element
cashDeclarationAttribute Element
GetSingleCashDeclarationAttributeResult Element
cashDeclarationAttribute Element
cashDeclarationAttribute Element
Source
<xs:complexType name="CashDeclarationAttributeInfo" 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="CashDeclarationId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ParentCashDeclarationAttributeId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="DeclarationAttributeNumber" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="StartAmount" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="Sales" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="CashSalePayments" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="InvoicePayments" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="PrePayments" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="Deposits" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="Withdrawals" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="Expenses" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="EndAmount" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="LastCount" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="Difference" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="ToSafe" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="PosTerminalId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="PosUserId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="CurrencyUnitCountId" type="xs:int" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents