CandidateAddress

A suggested 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 a candidate address.

Link copied to clipboard

The country of a candidate address.

Link copied to clipboard

The postal code of a candidate address.

Link copied to clipboard

The Zip + 4 or postal code + 4 of a candidate address.

Link copied to clipboard

The state of a candidate address.

Link copied to clipboard

The street information of a candidate address

Link copied to clipboard

The numeric portion of a candidate address.

Functions

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