Location

fun Location(countryCode: String, partyId: String, id: String, name: String? = null, address: String, city: String, postalCode: String? = null, state: String? = null, country: String, coordinates: GeoLocation, relatedLocations: List<AdditionalGeoLocation> = emptyList(), parkingType: String? = null, evses: List<Evse> = emptyList(), directions: List<DisplayText> = emptyList(), operator: BusinessDetails? = null, subOperator: BusinessDetails? = null, owner: BusinessDetails? = null, helpPhone: String? = null, facilities: List<String> = emptyList(), timeZone: String, openingTimes: Hours? = null, chargingWhenClosed: Boolean? = null, images: List<Image> = emptyList(), energyMix: EnergyMix? = null, lastUpdated: Date): Location