Asset Address Response
data class AssetAddressResponse(val lines: List<String>? = null, val countryCode: String? = null, val city: String? = null, val zipcode: String? = null)
An object containing the separate components applicable to this address.
Parameters
lines
An Array for lines of an Asset Address
country Code
An ISO_3166-1 Country Code where the Asset is located (see https://en.wikipedia.org/wiki/ISO_3166-1 for full list)
city
A City where belongs an Asset
zipcode
An Zipcode / Postal code of an Asset Address