Provider Extended Location Response
data class ProviderExtendedLocationResponse(val extendedLocations: List<String>? = null, val location: String? = null, val type: String? = null)
The provider extended location.
The provider extended location.