add_postal_address


Description:

public void add_postal_address (GDPostalAddress postal_address)

Adds a postal address to the contact's list of postal addresses and increments its reference count.

Note that only one postal address per contact may be marked as "primary". Insertion and update operations (with insert_contact) will return an error if more than one postal address is marked as primary.

Duplicate postal addresses will not be added to the list.

Parameters:

this

a ContactsContact

postal_address

a GDPostalAddress to add