<xs:complexType name="InboundInvoiceInfo" 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="InboundInvoiceNumber" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="SupplierId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="InboundMessageId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="InboundFileId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="InvoiceType" type="tns:InboundInvoiceType" />
<xs:element minOccurs="1" maxOccurs="1" name="InvoiceDateTime" type="xs:dateTime" />
<xs:element minOccurs="1" maxOccurs="1" name="DeliveryDate" type="xs:dateTime" />
<xs:element minOccurs="0" maxOccurs="1" name="InvoiceNumber" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="InboundInvoiceJournalId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="CorrectionInboundInvoiceId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="PaymentDiscountDays" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="PaymentDiscountBaseValue" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="PaymentDiscountPercentage" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="PaymentDiscountValue" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="StaticTotalGrossInvoiceExclVat" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="StaticTotalGrossInvoiceInclVat" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="StaticTotalNetInvoiceExclVat" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="StaticTotalNetInvoiceInclVat" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="StaticTotalWeighedInvoiceExclVat" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="StaticTotalWeighedInvoiceInclVat" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="StaticTotalVat" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="StaticTotalRowIncludedSurcharges" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="StaticTotalRowExcludedSurcharges" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="StaticTotalRowIncludedDiscounts" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="StaticTotalRowExcludedDiscounts" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="TotalInvoiceExclVat" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="StaticTotalManualVat" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="StaticTotalInvoiceInclVat" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="ToPay" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="Status" type="tns:InboundInvoiceStatus" />
<xs:element minOccurs="1" maxOccurs="1" name="IsCancelled" type="xs:boolean" />
<xs:element minOccurs="0" maxOccurs="1" name="FreeInfo" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="SupplierOrderNumber" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="BuyerOrderNumber" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="ShipmentReference" type="xs:string" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|