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