http://retail3000.net/Retail3000Webservice/PosComponents
ViewCashDeclarationJournalRowInfo Complex Type
http://retail3000.net/Retail3000Webservice/PosComponents : ViewCashDeclarationJournalRowInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Base Type
Extension of CashDeclarationJournalRowInfo Complex Type
Diagram
VatFree Element VatExportCode Element VatCode Element DebtorExportCode Element DebtorNumber Element StoreDescription Element StoreNumber Element IsCreditLedger Element LedgerDescription Element LedgerCode Element JournalDescription Element JournalNumber Element JournalDateTo Element DueDate Element VatId Element DebtorId Element Reference Element Description Element VatAmount Element VatBaseAmount Element Amount Element RowType Element LedgerId Element CashDeclarationJournalId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ViewCashDeclarationJournalRowInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
LedgerId xs:int
Amount xs:decimal
VatBaseAmount xs:decimal
VatAmount xs:decimal
Description optional xs:string
Reference optional xs:string
DebtorId xs:int
VatId xs:int
DueDate xs:dateTime
JournalDateTo xs:dateTime
JournalDescription optional xs:string
LedgerCode xs:int
LedgerDescription optional xs:string
IsCreditLedger xs:boolean
StoreDescription optional xs:string
DebtorNumber xs:long
DebtorExportCode optional xs:string
VatCode optional xs:string
VatExportCode optional xs:string
VatFree xs:boolean
Used By
ViewCashDeclarationJournalRowInfo Element
Source
<xs:complexType name="ViewCashDeclarationJournalRowInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:CashDeclarationJournalRowInfo">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="JournalDateTo" type="xs:dateTime" />
        <xs:element minOccurs="1" maxOccurs="1" name="JournalNumber" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="JournalDescription" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="LedgerCode" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="LedgerDescription" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsCreditLedger" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="StoreNumber" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="StoreDescription" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="DebtorNumber" type="xs:long" />
        <xs:element minOccurs="0" maxOccurs="1" name="DebtorExportCode" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="VatCode" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="VatExportCode" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="VatFree" type="xs:boolean" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents