http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
ViewPriceAgreementProductInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents : ViewPriceAgreementProductInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
Base Type
Extension of PriceAgreementProductInfo Complex Type
Diagram
PriceType Element ProductDescription Element ProductNumber Element PriceAgreementDescription Element PriceAgreementCode Element AllowDiscounts Element Percentage Element GrossPrice Element ProductId Element PriceAgreementId Element OrganizationId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ViewPriceAgreementProductInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
ProductId xs:int
GrossPrice xs:decimal
Percentage xs:decimal
AllowDiscounts xs:boolean
PriceAgreementCode optional xs:string
PriceAgreementDescription optional xs:string
ProductDescription optional xs:string
Used By
ViewPriceAgreementProductInfo Element
Source
<xs:complexType name="ViewPriceAgreementProductInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:PriceAgreementProductInfo">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="1" name="PriceAgreementCode" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="PriceAgreementDescription" 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:element minOccurs="1" maxOccurs="1" name="PriceType" type="tns:CustomerPriceType" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents