ContactInfo Object

A ContactInfo object describes contact information for a person.

Properties

NameTypeDescription
nameobjectThe name of the
name.titlestring

The title of the contact (eg "Mr", "Mrs", "Dr"). This string will not include newline characters.

name.givenstring

The first name of the signer. This string will not include newline characters.

name.middlestring

The middle name of the signer. This string must not include newline characters.

name.familystring

The last name or family name of the signer. This string must not include newline characters.

name.suffixstring

The suffix of the signer (eg "Sr", "Jr", "IV"). This string must not include newline characters.

emailstring

The email address of the This string must be a valid email address.

phoneNumberstring

The phone number of the This string must not include newline characters.