Uses of Class
com.adyen.model.posmobile.CreateSessionResponse
-
Packages that use CreateSessionResponse Package Description com.adyen.model.posmobile com.adyen.service -
-
Uses of CreateSessionResponse in com.adyen.model.posmobile
Methods in com.adyen.model.posmobile that return CreateSessionResponse Modifier and Type Method Description static CreateSessionResponseCreateSessionResponse. fromJson(String jsonString)Create an instance of CreateSessionResponse given an JSON stringCreateSessionResponseCreateSessionResponse. id(String id)CreateSessionResponseCreateSessionResponse. installationId(String installationId)CreateSessionResponseCreateSessionResponse. merchantAccount(String merchantAccount)CreateSessionResponseCreateSessionResponse. sdkData(String sdkData)CreateSessionResponseCreateSessionResponse. store(String store) -
Uses of CreateSessionResponse in com.adyen.service
Methods in com.adyen.service that return CreateSessionResponse Modifier and Type Method Description CreateSessionResponsePosMobileApi. createCommunicationSession(CreateSessionRequest createSessionRequest)Create a communication sessionCreateSessionResponsePosMobileApi. createCommunicationSession(CreateSessionRequest createSessionRequest, RequestOptions requestOptions)Create a communication session
-