Subversion Repository Public Repository

insightly-api

Diff Revisions 4 vs 5 for /trunk/Insightly/Contract/Contact.cs

Diff revisions: vs.
  @@ -90,6 +90,15 @@
90 90 /// The contact information.
91 91 /// </value>
92 92 [DataMember]
93 - public List<ContactInfo> CONTACTINFOS { get; set; }
93 + public List<ContactInfo> CONTACTINFOS { get; set; }
94 +
95 + /// <summary>
96 + /// Gets or sets the addresses for the contact.
97 + /// </summary>
98 + /// <value>
99 + /// The addresses.
100 + /// </value>
101 + [DataMember]
102 + public List<Address> ADDRESSES { get; set; }
94 103 }
95 104 }