Uses of Class
com.adyen.model.tapi.GeographicCoordinates
-
Packages that use GeographicCoordinates Package Description com.adyen.model.tapi -
-
Uses of GeographicCoordinates in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return GeographicCoordinates Modifier and Type Method Description static GeographicCoordinatesGeographicCoordinates. fromJson(String jsonString)Create an instance of GeographicCoordinates given an JSON stringGeographicCoordinatesGeolocation. getGeographicCoordinates()Get geographicCoordinatesGeographicCoordinatesGeographicCoordinates. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.GeographicCoordinatesGeographicCoordinates. latitude(String latitude)Angular distance of a location on the earth south or north of the equator.GeographicCoordinatesGeographicCoordinates. longitude(String longitude)Angular measurement of the distance of a location on the earth east or west of the Greenwich observatory.Methods in com.adyen.model.tapi with parameters of type GeographicCoordinates Modifier and Type Method Description GeolocationGeolocation. geographicCoordinates(GeographicCoordinates geographicCoordinates)geographicCoordinatesvoidGeolocation. setGeographicCoordinates(GeographicCoordinates geographicCoordinates)geographicCoordinates
-