PostalCodeDetails

Contains details about the postal code of the place or result.

Types

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

Properties

Link copied to clipboard

The postal authority or entity. This could be a governmental authority, a regulatory authority, or a designated postal operator.

Link copied to clipboard

An alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code for which the result should possess.

Link copied to clipboard

The postal code type.

Link copied to clipboard

The ZIP Classification Code, or in other words what type of postal code is it.

Link copied to clipboard

The USPS ZIP+4 Record Type Code.

Functions

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