http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
ClaimViewBarcodeInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents : ClaimViewBarcodeInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
Base Type
Extension of ViewBarcodeInfo Complex Type
Diagram
ProductDescription Element ProductNumber Element CompanyName Element CompanyNumber Element FormattedBarcodeAndPrice Element BarcodeTypeDescription Element BarcodeType Element FormattedBarcode Element LastExchangeDateTime Element Price Element BarcodeTypeId Element BarcodeText Element Barcode Element ProductId Element IsDerived Element OrganizationId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ClaimViewBarcodeInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
IsDerived xs:boolean
ProductId xs:int
Barcode xs:long
BarcodeText optional xs:string
Price xs:decimal
FormattedBarcode optional xs:string
BarcodeTypeDescription optional xs:string
FormattedBarcodeAndPrice optional xs:string
CompanyName optional xs:string
ProductDescription optional xs:string
Used By
ClaimViewBarcodeInfo Element
Source
<xs:complexType name="ClaimViewBarcodeInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:ViewBarcodeInfo">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="CompanyNumber" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="CompanyName" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="ProductNumber" type="xs:long" />
        <xs:element minOccurs="0" maxOccurs="1" name="ProductDescription" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents