http://www.FatTail.com/api
Address Complex Type
http://www.FatTail.com/api : Address Complex Type
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
Address Extension of AdBookConnectEntity Complex Type
Sequence
AddressDynamicProperties optional ArrayOfDynamicPropertyValue Complex Type
Sequence
Sequence
DynamicPropertyID optional xs:long
AdBook system ID for the DynamicProperty.
Value optional xs:string
Value being assigned to the dynamic property.  The format of the value depends on the type specified in the DynamicProperty definition.
AddressID optional xs:long
AddressLine1 optional xs:string
AddressLine2 optional xs:string
AddressLine3 optional xs:string
AddressName xs:string
City optional xs:string
Country optional xs:string
IsDefault optional xs:boolean
PostalCode optional xs:string
State optional xs:string
Used By
Address Element
Address Element
address Element
CreateAddressResult Element
address Element
Source
<xs:complexType name="Address" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo />
    <xs:documentation>&lt;summary&gt;This is a base class and cannot be instantiated.&lt;/summary&gt;</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q170="http://www.FatTail.com/api" base="q170:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="AddressDynamicProperties" nillable="true" type="q170:ArrayOfDynamicPropertyValue" />
        <xs:element minOccurs="0" name="AddressID" type="xs:long">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Primary key of the Address object.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="AddressLine1" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="AddressLine2" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="AddressLine3" nillable="true" type="xs:string" />
        <xs:element name="AddressName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="City" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;City element of the address.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Country" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Country element of the address.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="IsDefault" type="xs:boolean">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Country element of the address.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="PostalCode" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Postal code for the account address.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="State" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;State the account resides in.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api