Address

class Address

Information about an address.

Types

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

Properties

Link copied to clipboard

The first line of the address.

Link copied to clipboard

The second line of the address.

Link copied to clipboard

The third line of the address.

Link copied to clipboard

The city for the address.

Link copied to clipboard

The name of the contact.

Link copied to clipboard

The phone number of the contact.

Link copied to clipboard

The ISO-3166 two-letter country code for the address.

Link copied to clipboard

The district or county for the address.

Link copied to clipboard

The municipality for the address.

Link copied to clipboard

The postal code for the address.

Link copied to clipboard

The state for the address.

Functions

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