http://retail3000.net/Retail3000Webservice/WebserviceLocalComponents
FillPrintObject Element
http://retail3000.net/Retail3000Webservice/WebserviceLocalComponents : FillPrintObject Element
Namespace http://retail3000.net/Retail3000Webservice/WebserviceLocalComponents
Diagram
supplierId Element grossPrice Element barcodeId Element isAllowMultiplePricing Element isUseStockAmount Element amount Element productId Element Sequence FillPrintObject Element
Overview
Sequence
productId xs:int
amount xs:int
isUseStockAmount xs:boolean
barcodeId xs:int
grossPrice xs:decimal
supplierId xs:int
Source
<xs:element name="FillPrintObject" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="1" maxOccurs="1" name="productId" type="xs:int" />
      <xs:element minOccurs="1" maxOccurs="1" name="amount" type="xs:int" />
      <xs:element minOccurs="1" maxOccurs="1" name="isUseStockAmount" type="xs:boolean" />
      <xs:element minOccurs="1" maxOccurs="1" name="isAllowMultiplePricing" type="xs:boolean" />
      <xs:element minOccurs="1" maxOccurs="1" name="barcodeId" type="xs:int" />
      <xs:element minOccurs="1" maxOccurs="1" name="grossPrice" nillable="true" type="xs:decimal" />
      <xs:element minOccurs="1" maxOccurs="1" name="supplierId" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceLocalComponents