Uses of Class
com.adyen.model.nexo.LoginRequest
-
Packages that use LoginRequest Package Description com.adyen.builders.terminal com.adyen.model.nexo -
-
Uses of LoginRequest in com.adyen.builders.terminal
Methods in com.adyen.builders.terminal with parameters of type LoginRequest Modifier and Type Method Description TerminalAPIRequestBuilderTerminalAPIRequestBuilder. withLoginRequest(LoginRequest loginRequest) -
Uses of LoginRequest in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as LoginRequest Modifier and Type Field Description protected LoginRequestSaleToPOIRequest. loginRequestThe Login request.Methods in com.adyen.model.nexo that return LoginRequest Modifier and Type Method Description LoginRequestObjectFactory. createLoginRequest()Create an instance ofLoginRequestLoginRequestSaleToPOIRequest. getLoginRequest()Gets the value of the loginRequest property.Methods in com.adyen.model.nexo with parameters of type LoginRequest Modifier and Type Method Description voidSaleToPOIRequest. setLoginRequest(LoginRequest value)Sets the value of the loginRequest property.
-