SiteAddressPropertiesResponse

data class SiteAddressPropertiesResponse(val city: String? = null, val country: String? = null, val postalCode: String? = null, val stateOrProvince: String? = null, val streetAddress1: String? = null, val streetAddress2: String? = null)

Site address properties

Constructors

Link copied to clipboard
constructor(city: String? = null, country: String? = null, postalCode: String? = null, stateOrProvince: String? = null, streetAddress1: String? = null, streetAddress2: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val city: String? = null

City of the address

Link copied to clipboard
val country: String? = null

Country of the address

Link copied to clipboard
val postalCode: String? = null

Postal or ZIP code of the address

Link copied to clipboard
val stateOrProvince: String? = null

State or province of the address

Link copied to clipboard
val streetAddress1: String? = null

First line of the street address

Link copied to clipboard
val streetAddress2: String? = null

Second line of the street address