Uses of Class
com.adyen.model.tapi.UTMCoordinates
-
Packages that use UTMCoordinates Package Description com.adyen.model.tapi -
-
Uses of UTMCoordinates in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return UTMCoordinates Modifier and Type Method Description static UTMCoordinatesUTMCoordinates. fromJson(String jsonString)Create an instance of UTMCoordinates given an JSON stringUTMCoordinatesGeolocation. getUtMCoordinates()Get utMCoordinatesUTMCoordinatesUTMCoordinates. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.UTMCoordinatesUTMCoordinates. utMEastward(String utMEastward)X-coordinate of the Universal Transverse Mercator coordinate system.UTMCoordinatesUTMCoordinates. utMNorthward(String utMNorthward)Y-coordinate of the Universal Transverse Mercator coordinate system.UTMCoordinatesUTMCoordinates. utMZone(String utMZone)UTM grid zone combination of the longitude zone (1 to 60) and the latitude band (C to X, excluding I and O).Methods in com.adyen.model.tapi with parameters of type UTMCoordinates Modifier and Type Method Description voidGeolocation. setUtMCoordinates(UTMCoordinates utMCoordinates)utMCoordinatesGeolocationGeolocation. utMCoordinates(UTMCoordinates utMCoordinates)utMCoordinates
-