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)The unique identifier of the session.CreateSessionResponseCreateSessionResponse. installationId(String installationId)The unique identifier of the SDK installation.CreateSessionResponseCreateSessionResponse. merchantAccount(String merchantAccount)The unique identifier of your merchant account.CreateSessionResponseCreateSessionResponse. sdkData(String sdkData)The data that the SDK uses to authenticate responses from the Adyen payments platform.CreateSessionResponseCreateSessionResponse. store(String store)The unique identifier of the store that you want to process transactions for. -
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
-