http://www.FatTail.com/api
ArrayOfAddress Complex Type
http://www.FatTail.com/api : ArrayOfAddress Complex Type
Namespace http://www.FatTail.com/api
Overview
Sequence
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
ArrayOfAddress Element
GetAddressListResult Element
Source
<xs:complexType name="ArrayOfAddress" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="Address" nillable="true" xmlns:q168="http://www.FatTail.com/api" type="q168:Address" />
  </xs:sequence>
</xs:complexType>
See Also
http://www.FatTail.com/api