Uses of Class
com.adyen.model.posmobile.CreateSessionRequest
-
Packages that use CreateSessionRequest Package Description com.adyen.model.posmobile com.adyen.service -
-
Uses of CreateSessionRequest in com.adyen.model.posmobile
Methods in com.adyen.model.posmobile that return CreateSessionRequest Modifier and Type Method Description static CreateSessionRequestCreateSessionRequest. fromJson(String jsonString)Create an instance of CreateSessionRequest given an JSON stringCreateSessionRequestCreateSessionRequest. merchantAccount(String merchantAccount)CreateSessionRequestCreateSessionRequest. setupToken(String setupToken)CreateSessionRequestCreateSessionRequest. store(String store) -
Uses of CreateSessionRequest in com.adyen.service
Methods in com.adyen.service with parameters of type CreateSessionRequest Modifier and Type Method Description CreateSessionResponsePosMobileApi. createCommunicationSession(CreateSessionRequest createSessionRequest)Create a communication sessionCreateSessionResponsePosMobileApi. createCommunicationSession(CreateSessionRequest createSessionRequest, RequestOptions requestOptions)Create a communication session
-