Uses of Class
com.adyen.model.nexo.LogoutRequest
-
Packages that use LogoutRequest Package Description com.adyen.builders.terminal com.adyen.model.nexo -
-
Uses of LogoutRequest in com.adyen.builders.terminal
Methods in com.adyen.builders.terminal with parameters of type LogoutRequest Modifier and Type Method Description TerminalAPIRequestBuilderTerminalAPIRequestBuilder. withLogoutRequest(LogoutRequest logoutRequest) -
Uses of LogoutRequest in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as LogoutRequest Modifier and Type Field Description protected LogoutRequestSaleToPOIRequest. logoutRequestThe Logout request.Methods in com.adyen.model.nexo that return LogoutRequest Modifier and Type Method Description LogoutRequestObjectFactory. createLogoutRequest()Create an instance ofLogoutRequestLogoutRequestSaleToPOIRequest. getLogoutRequest()Gets the value of the logoutRequest property.Methods in com.adyen.model.nexo with parameters of type LogoutRequest Modifier and Type Method Description voidSaleToPOIRequest. setLogoutRequest(LogoutRequest value)Sets the value of the logoutRequest property.
-