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 city for this address.

Link copied to clipboard

The company name for this address.

Link copied to clipboard

The country for this address.

Link copied to clipboard

The recipient's email address.

Link copied to clipboard

The recipient's name for this address.

Link copied to clipboard

The recipient's phone number.

Link copied to clipboard

The postal code for this address.

Link copied to clipboard

The state or province for this address.

Link copied to clipboard

The first line of the street address.

Link copied to clipboard

The second line of the street address.

Link copied to clipboard

The third line of the street 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