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