http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
ViewProductCountryVatInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents : ViewProductCountryVatInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
Base Type
Extension of ProductCountryVatInfo Complex Type
Diagram
CountryDescription Element IsoCountryCode Element VatPercentage Element VatDescription Element VatCode Element VatId Element CountryId Element ProductId Element OrganizationId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ViewProductCountryVatInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
ProductId xs:int
CountryId xs:int
VatId xs:int
VatCode optional xs:string
VatDescription optional xs:string
VatPercentage xs:decimal
IsoCountryCode optional xs:string
CountryDescription optional xs:string
Used By
ViewProductCountryVatInfo Element
Source
<xs:complexType name="ViewProductCountryVatInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:ProductCountryVatInfo">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="1" name="VatCode" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="VatDescription" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="VatPercentage" type="xs:decimal" />
        <xs:element minOccurs="0" maxOccurs="1" name="IsoCountryCode" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="CountryDescription" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents