<xs:complexType name="InboundInvoiceRowInfo" 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="InboundInvoiceId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="LineNumber" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ProductId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="VatId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="VatPercentage" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" maxOccurs="1" name="SupplierProductCode" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="SupplierOrderNumber" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="SupplierOrderDate" type="xs:dateTime" />
<xs:element minOccurs="0" maxOccurs="1" name="SupplierProductDescription" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="BuyerOrderNumber" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="PurchaseOrderId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ReceivedProductId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="InvoicedAmount" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="AmountFactor" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="PriceType" type="tns:InboundInvoiceRowPriceType" />
<xs:element minOccurs="1" maxOccurs="1" name="PriceExclVat" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="PricePerAmount" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="DiscountPercentage" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="DiscountValue" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="RowStatus" type="tns:InboundInvoiceRowStatus" />
<xs:element minOccurs="1" maxOccurs="1" name="AmountSelectedAction" type="tns:InboundInvoiceRowAmountAction" />
<xs:element minOccurs="1" maxOccurs="1" name="PriceSelectedAction" type="tns:InboundInvoiceRowPriceAction" />
<xs:element minOccurs="0" maxOccurs="1" name="OriginalProductIdentifier" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="StaticTotalGrossPriceExclVat" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="StaticTotalGrossPriceInclVat" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="StaticTotalNetPriceExclVat" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="StaticTotalNetPriceInclVat" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="StaticTotalNetVat" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="StaticTotalRowIncludedDiscounts" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="StaticTotalRowIncludedSurcharges" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="StaticTotalWeighedPriceExclVat" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="StaticTotalWeighedPriceInclVat" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="StaticTotalWeighedVat" type="xs:decimal" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|