Contact

class Contact

An object that contains a Customer Partner's contact details.

Types

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

Properties

Link copied to clipboard

The partner contact's title (job title or role) associated with the Opportunity. BusinessTitle supports either PartnerAccountManager or OpportunityOwner.

Link copied to clipboard

The contact's email address associated with the Opportunity.

Link copied to clipboard

The contact's first name associated with the Opportunity.

Link copied to clipboard

The contact's last name associated with the Opportunity.

Link copied to clipboard

The contact's phone number associated with the Opportunity.

Functions

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