Address

class Address

The address associated with the specified user.

Types

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

Properties

Link copied to clipboard

The country of the address.

Link copied to clipboard

A string containing a formatted version of the address for display.

Link copied to clipboard

A string of the address locality.

Link copied to clipboard

The postal code of the address.

Link copied to clipboard

A Boolean value representing whether this is the primary address for the associated resource.

Link copied to clipboard

The region of the address.

Link copied to clipboard

The street of the address.

Link copied to clipboard
val type: String?

A string representing the type of address. For example, "Home."

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