Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.16 KB

DeprecatedIPLocation.md

File metadata and controls

19 lines (15 loc) · 1.16 KB

FingerprintPro.ServerSdk.Model.DeprecatedIPLocation

This field is deprecated and will not return a result for applications created after January 23rd, 2024. Please use the IP Geolocation Smart signal for geolocation information.

Properties

Name Type Description Notes
AccuracyRadius int? The IP address is likely to be within this radius (in km) of the specified location. [optional]
Latitude double? [optional]
Longitude double? [optional]
PostalCode string [optional]
Timezone string [optional]
City DeprecatedIPLocationCity [optional]
Country Location [optional]
Continent Location [optional]
Subdivisions List<Subdivision> [optional]

[Back to Model list] [Back to API list] [Back to README]