AddressResponse

data class AddressResponse(val addressDefinition: String? = null)

Definition of Address

Constructors

Link copied to clipboard
constructor(addressDefinition: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Property addressDefinition