LeadContact

An object that contains a lead contact's details associated with the engagement. This provides contact information for individuals involved in lead-related activities.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The lead contact's business title or job role associated with the engagement.

Link copied to clipboard

The lead contact's email address associated with the engagement.

Link copied to clipboard

The lead contact's first name associated with the engagement.

Link copied to clipboard

The lead contact's last name associated with the engagement.

Link copied to clipboard

The lead contact's phone number associated with the engagement.

Functions

Link copied to clipboard
inline fun copy(block: LeadContact.Builder.() -> Unit = {}): LeadContact
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String