<xs:complexType name="ViewInvoiceJournalRowInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:InvoiceJournalRowInfo">
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="JournalDateTo" type="xs:dateTime" />
<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="InvoicePrintedDate" type="xs:dateTime" />
<xs:element minOccurs="1" maxOccurs="1" name="InvoiceExpiredDate" type="xs:dateTime" />
<xs:element minOccurs="1" maxOccurs="1" name="InvoiceNumber" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="TotalInvoice" type="xs:decimal" />
<xs:element minOccurs="0" maxOccurs="1" name="InvoicePaymentConditionCode" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="DebtorNumber" type="xs:int" />
<xs:element minOccurs="0" maxOccurs="1" name="ExportDebtorCode" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="JournalNumber" type="xs:int" />
<xs:element minOccurs="0" maxOccurs="1" name="VatCode" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="VatLedgerCode" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="IsVatFreeInvoice" type="xs:boolean" />
<xs:element minOccurs="0" maxOccurs="1" name="VatFinancialExportCode" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="IsSaleCreditLedger" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="IsVatCreditLedger" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="CollectInvoice" type="xs:boolean" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|