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 the candidate address.

Link copied to clipboard

The country of the candidate address.

Link copied to clipboard

The postal code of the candidate address.

Link copied to clipboard

The zip + 4 or postal code +4 of the candidate address.

Link copied to clipboard

The state of the candidate address.

Link copied to clipboard

The street information of the candidate address.

Link copied to clipboard

The numeric portion of the 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