ContactDetail

ContactDetail includes the following elements.

Types

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

Properties

Link copied to clipboard

First line of the contact's address.

Link copied to clipboard

Second line of contact's address, if any.

Link copied to clipboard
val city: String?

The city of the contact's address.

Link copied to clipboard

Indicates whether the contact is a person, company, association, or public organization. Note the following:

Link copied to clipboard

Code for the country of the contact's address.

Link copied to clipboard

Email address of the contact.

Link copied to clipboard

A list of name-value pairs for parameters required by certain top-level domains.

Link copied to clipboard
val fax: String?

Fax number of the contact.

Link copied to clipboard

First name of contact.

Link copied to clipboard

Last name of contact.

Link copied to clipboard

Name of the organization for contact types other than PERSON.

Link copied to clipboard

The phone number of the contact.

Link copied to clipboard

The state or province of the contact's city.

Link copied to clipboard

The zip or postal code of the contact's address.

Functions

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