SenderContact

An object that contains the details of the sender-provided contact person for the EngagementInvitation.

Types

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

Properties

Link copied to clipboard

The sender-provided contact's title (job title or role) associated with the EngagementInvitation.

Link copied to clipboard

The sender-provided contact's email address associated with the EngagementInvitation.

Link copied to clipboard

The sender-provided contact's last name associated with the EngagementInvitation.

Link copied to clipboard

The sender-provided contact's first name associated with the EngagementInvitation.

Link copied to clipboard

The sender-provided contact's phone number associated with the EngagementInvitation.

Functions

Link copied to clipboard
inline fun copy(block: SenderContact.Builder.() -> Unit = {}): SenderContact
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