Contact
Represents a contact that can be used to start a new or resume an existing conversation.
A contact can be associated with a site (2-way conversation), an order (3-way conversation), or a stop (3-way conversation).
Constructors
Properties
The type of the contact (ContactType.SITE, ContactType.ORDER, ContactType.STOP, or ContactType.UNKNOWN).
The order number for an ContactType.ORDER contact. Null otherwise.
The ID of the route for a ContactType.STOP contact. Null otherwise.
The ID of the site for a ContactType.SITE contact. Null otherwise.
The ID of the stop for a ContactType.STOP contact. Null otherwise.
The store code associated with a ContactType.SITE contact. Null otherwise.
The ID of the sub-project for ContactType.ORDER contacts. Null otherwise or if the order is not part of a sub-project.