Uses of Class
com.adyen.model.nexo.GeographicCoordinates
-
Packages that use GeographicCoordinates Package Description com.adyen.model.nexo -
-
Uses of GeographicCoordinates in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as GeographicCoordinates Modifier and Type Field Description protected GeographicCoordinatesGeolocation. geographicCoordinatesThe Geographic coordinates.Methods in com.adyen.model.nexo that return GeographicCoordinates Modifier and Type Method Description GeographicCoordinatesObjectFactory. createGeographicCoordinates()Create an instance ofGeographicCoordinatesGeographicCoordinatesGeolocation. getGeographicCoordinates()Gets the value of the geographicCoordinates property.Methods in com.adyen.model.nexo with parameters of type GeographicCoordinates Modifier and Type Method Description voidGeolocation. setGeographicCoordinates(GeographicCoordinates value)Sets the value of the geographicCoordinates property.
-