Uses of Class
com.adyen.model.tapi.POISystemData
-
Packages that use POISystemData Package Description com.adyen.model.tapi -
-
Uses of POISystemData in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return POISystemData Modifier and Type Method Description POISystemDataPOISystemData. dateTime(OffsetDateTime dateTime)Date and Time.static POISystemDataPOISystemData. fromJson(String jsonString)Create an instance of POISystemData given an JSON stringPOISystemDataLoginResponse. getPoISystemData()Get poISystemDataPOISystemDataPOISystemData. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.POISystemDataPOISystemData. poISoftware(POISoftware poISoftware)poISoftwarePOISystemDataPOISystemData. poIStatus(POIStatus poIStatus)poIStatusMethods in com.adyen.model.tapi with parameters of type POISystemData Modifier and Type Method Description LoginResponseLoginResponse. poISystemData(POISystemData poISystemData)poISystemDatavoidLoginResponse. setPoISystemData(POISystemData poISystemData)poISystemData
-