Address

class Address

A validated address.

Types

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

Properties

Link copied to clipboard
val city: String?

The city of an address.

Link copied to clipboard

The country of an address.

Link copied to clipboard

The postal code of an address.

Link copied to clipboard

The zip + 4 or postal code + 4 of an address.

Link copied to clipboard

An address suffix location, such as the S. Unit A in Central Park S. Unit A.

Link copied to clipboard

An address prefix location, such as the N in N. Third St.

Link copied to clipboard

The state of an address.

Link copied to clipboard

The address street, such as 8th Avenue.

Link copied to clipboard

The numeric portion of an address.

Link copied to clipboard

The address suffix, such as the N in 8th Avenue N.

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