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)The unique identifier of your merchant account.CreateSessionRequestCreateSessionRequest. setupToken(String setupToken)The setup token provided by the POS Mobile SDKCreateSessionRequestCreateSessionRequest. store(String store)The unique identifier of the store that you want to process transactions for. -
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
-