Contact

class Contact

Represents contact information for a partner representative.

Types

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

Properties

Link copied to clipboard

The business title or role of the contact person within the organization.

Link copied to clipboard

The email address of the contact person.

Link copied to clipboard

The first name of the contact person.

Link copied to clipboard

The last name of the contact person.

Link copied to clipboard

The phone number of the contact person.

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