http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
FifoStockValueInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents : FifoStockValueInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
Base Type
Extension of Info Complex Type
Diagram
StockValueType Element ReceivedProductId Element PurchasePrice Element Amount Element DisplayOrder Element BatchNumber Element ProductId Element StoreId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence FifoStockValueInfo Complex Type
Overview
Used By
NewFifoStockValueInfoResult Element
fifoStockValue Element
GetSingleFifoStockValueResult Element
fifoStockValue Element
fifoStockValue Element
Source
<xs:complexType name="FifoStockValueInfo" 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="ProductId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="BatchNumber" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="DisplayOrder" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="Amount" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="PurchasePrice" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="ReceivedProductId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="StockValueType" type="tns:StockValueCalculationBase" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents