http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
ViewCustomerEmailAddressInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents : ViewCustomerEmailAddressInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
Base Type
Extension of CustomerEmailAddressInfo Complex Type
Diagram
EmailInformation Element CustomerNumber Element CustomerName Element Email Element IsDefault Element EmailAddressId Element CustomerId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ViewCustomerEmailAddressInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
CustomerId xs:int
IsDefault xs:boolean
Email optional xs:string
CustomerName optional xs:string
EmailInformation optional xs:string
Used By
ViewCustomerEmailAddressInfo Element
viewCustomerEmailAddress Element
Source
<xs:complexType name="ViewCustomerEmailAddressInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:CustomerEmailAddressInfo">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="1" name="Email" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="CustomerName" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="CustomerNumber" type="xs:long" />
        <xs:element minOccurs="0" maxOccurs="1" name="EmailInformation" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents