Uses of Class
com.adyen.model.tapi.Geolocation
-
Packages that use Geolocation Package Description com.adyen.model.tapi -
-
Uses of Geolocation in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return Geolocation Modifier and Type Method Description static GeolocationGeolocation. fromJson(String jsonString)Create an instance of Geolocation given an JSON stringGeolocationGeolocation. geographicCoordinates(GeographicCoordinates geographicCoordinates)geographicCoordinatesGeolocationMobileData. getGeolocation()Get geolocationGeolocationGeolocation. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.GeolocationGeolocation. utMCoordinates(UTMCoordinates utMCoordinates)utMCoordinatesMethods in com.adyen.model.tapi with parameters of type Geolocation Modifier and Type Method Description MobileDataMobileData. geolocation(Geolocation geolocation)geolocationvoidMobileData. setGeolocation(Geolocation geolocation)geolocation
-