ContactInfo Object
A ContactInfo object describes contact information for a person.
Properties
Name | Type | Description |
---|---|---|
name | object | The name of the |
name.title | string | The title of the contact (eg "Mr", "Mrs", "Dr"). This string will not include newline characters. |
name.given | string | The first name of the signer. This string will not include newline characters. |
name.middle | string | The middle name of the signer. This string must not include newline characters. |
name.family | string | The last name or family name of the signer. This string must not include newline characters. |
name.suffix | string | The suffix of the signer (eg "Sr", "Jr", "IV"). This string must not include newline characters. |
email | string | The email address of the This string must be a valid email address. |
phoneNumber | string | The phone number of the This string must not include newline characters. |