LocalitiesDetailsResponseResultAddressesListInner

data class LocalitiesDetailsResponseResultAddressesListInner(val description: String, val publicId: String)

Parameters

description

The formatted address name.

publicId

The unique public id attached to this address used to request details information.

Constructors

constructor(description: String, publicId: String)

Properties

Link copied to clipboard
@SerializedName(value = "description")
val description: String
Link copied to clipboard
@SerializedName(value = "public_id")
val publicId: String