<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>
|