Uses of Class
com.adyen.model.tapi.POISoftware
-
Packages that use POISoftware Package Description com.adyen.model.tapi -
-
Uses of POISoftware in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return POISoftware Modifier and Type Method Description POISoftwarePOISoftware. applicationName(String applicationName)Name of the software product.POISoftwarePOISoftware. certificationCode(String certificationCode)Certification code of the software which manages the Sale to POI protocol.static POISoftwarePOISoftware. fromJson(String jsonString)Create an instance of POISoftware given an JSON stringPOISoftwarePOISystemData. getPoISoftware()Get poISoftwarePOISoftwarePOISoftware. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.POISoftwarePOISoftware. manufacturerID(String manufacturerID)Identification of the Manufacturer.POISoftwarePOISoftware. softwareVersion(String softwareVersion)Version of the software product.Methods in com.adyen.model.tapi with parameters of type POISoftware Modifier and Type Method Description POISystemDataPOISystemData. poISoftware(POISoftware poISoftware)poISoftwarevoidPOISystemData. setPoISoftware(POISoftware poISoftware)poISoftware
-