http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
GetDiscountDescriptionWithBarcodeAndDiscountValues Element
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents : GetDiscountDescriptionWithBarcodeAndDiscountValues Element
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
Diagram
discountQuantity Element discountPrice Element barcode Element productId Element Sequence GetDiscountDescriptionWithBarcodeAndDiscountValues Element
Overview
Sequence
productId xs:int
barcode xs:long
discountPrice xs:decimal
discountQuantity xs:decimal
Source
<xs:element name="GetDiscountDescriptionWithBarcodeAndDiscountValues" 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="barcode" type="xs:long" />
      <xs:element minOccurs="1" maxOccurs="1" name="discountPrice" nillable="true" type="xs:decimal" />
      <xs:element minOccurs="1" maxOccurs="1" name="discountQuantity" nillable="true" type="xs:decimal" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents