http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents
InvoiceJournalRowInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents : InvoiceJournalRowInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents
Base Type
Extension of Info Complex Type
Diagram
VatFree Element VatTotal Element VatLedgerId Element VatId Element LedgerTotal Element IsSale Element LedgerId Element JournalId Element InvoiceSaleId Element InvoiceId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence InvoiceJournalRowInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
InvoiceId xs:int
JournalId xs:int
LedgerId xs:int
IsSale xs:boolean
LedgerTotal xs:decimal
VatId xs:int
VatTotal xs:decimal
VatFree xs:boolean
Used By
NewInvoiceJournalRowInfoResult Element
invoiceJournalRow Element
GetSingleInvoiceJournalRowResult Element
invoiceJournalRow Element
invoiceJournalRow Element
Source
<xs:complexType name="InvoiceJournalRowInfo" 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="InvoiceId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="InvoiceSaleId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="JournalId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="LedgerId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsSale" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="LedgerTotal" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="VatId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="VatLedgerId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="VatTotal" nillable="true" type="xs:decimal" />
        <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/WebserviceFinancialComponents