GetUserAddress

data class GetUserAddress(val country: String, val formatted: String, val locality: String, val postalCode: String, val primary: Boolean, val region: String, val streetAddress: String, val type: String)

Constructors

Link copied to clipboard
constructor(country: String, formatted: String, locality: String, postalCode: String, primary: Boolean, region: String, streetAddress: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The country that this address is in.

Link copied to clipboard

The name that is typically displayed when the name is shown for display.

Link copied to clipboard

The address locality.

Link copied to clipboard

The postal code of the address.

Link copied to clipboard

When true, this is the primary phone number associated with the user.

Link copied to clipboard

The region of the address.

Link copied to clipboard

The street of the address.

Link copied to clipboard

The type of phone number.