Uses of Class
com.adyen.model.tapi.LoginRequest
-
Packages that use LoginRequest Package Description com.adyen.model.tapi -
-
Uses of LoginRequest in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return LoginRequest Modifier and Type Method Description LoginRequestLoginRequest. addCustomerOrderReqItem(LoginRequest.CustomerOrderReqEnum customerOrderReqItem)LoginRequestLoginRequest. customerOrderReq(List<LoginRequest.CustomerOrderReqEnum> customerOrderReq)List of customer order open, closed or both to be sent in the response messages.LoginRequestLoginRequest. dateTime(OffsetDateTime dateTime)Date and Time.static LoginRequestLoginRequest. fromJson(String jsonString)Create an instance of LoginRequest given an JSON stringLoginRequestSaleToPOIRequest. getLoginRequest()Get loginRequestLoginRequestLoginRequest. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.LoginRequestLoginRequest. operatorID(String operatorID)Identification of the Cashier or Operator.LoginRequestLoginRequest. operatorLanguage(String operatorLanguage)Language of the Cashier or Operator.LoginRequestLoginRequest. poISerialNumber(String poISerialNumber)Serial number of a POI Terminal.LoginRequestLoginRequest. saleSoftware(SaleSoftware saleSoftware)saleSoftwareLoginRequestLoginRequest. saleTerminalData(SaleTerminalData saleTerminalData)saleTerminalDataLoginRequestLoginRequest. shiftNumber(String shiftNumber)Shift number.LoginRequestLoginRequest. tokenRequestedType(TokenRequestedType tokenRequestedType)tokenRequestedTypeLoginRequestLoginRequest. trainingModeFlag(Boolean trainingModeFlag)Training mode.Methods in com.adyen.model.tapi with parameters of type LoginRequest Modifier and Type Method Description SaleToPOIRequestSaleToPOIRequest. loginRequest(LoginRequest loginRequest)loginRequestvoidSaleToPOIRequest. setLoginRequest(LoginRequest loginRequest)loginRequest
-