ULHotel Address
data class ULHotelAddress(val streetAddress: String? = null, val postalCode: String? = null, val city: String? = null, val region: String? = null, val country: String? = null) : Serializable
Class to represent the address of a hotel