http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
ModifiedEmailAddressInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents : ModifiedEmailAddressInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
Base Type
Extension of BaseInfo Complex Type
Diagram
IsDefault Element FollowupNumber Element Information Element Email Element CustomerId Element CustomerNumber Element ItemId Element Sequence ModifiedEmailAddressInfo Complex Type
Overview
Sequence
ItemId xs:int
CustomerId xs:int
Email optional xs:string
Information optional xs:string
IsDefault xs:boolean
Used By
ModifiedEmailAddressInfo Element
Source
<xs:complexType name="ModifiedEmailAddressInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:BaseInfo">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="CustomerNumber" type="xs:long" />
        <xs:element minOccurs="1" maxOccurs="1" name="CustomerId" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="Email" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="Information" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="FollowupNumber" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsDefault" type="xs:boolean" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents