Uses of Class
com.adyen.model.tapi.SaleSoftware
-
Packages that use SaleSoftware Package Description com.adyen.model.tapi -
-
Uses of SaleSoftware in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return SaleSoftware Modifier and Type Method Description SaleSoftwareSaleSoftware. applicationName(String applicationName)Name of the software product.SaleSoftwareSaleSoftware. certificationCode(String certificationCode)Certification code of the software which manages the Sale to POI protocol.static SaleSoftwareSaleSoftware. fromJson(String jsonString)Create an instance of SaleSoftware given an JSON stringSaleSoftwareLoginRequest. getSaleSoftware()Get saleSoftwareSaleSoftwareSaleSoftware. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.SaleSoftwareSaleSoftware. manufacturerID(String manufacturerID)Identification of the Manufacturer.SaleSoftwareSaleSoftware. softwareVersion(String softwareVersion)Version of the software product.Methods in com.adyen.model.tapi with parameters of type SaleSoftware Modifier and Type Method Description LoginRequestLoginRequest. saleSoftware(SaleSoftware saleSoftware)saleSoftwarevoidLoginRequest. setSaleSoftware(SaleSoftware saleSoftware)saleSoftware
-