Uses of Class
com.adyen.model.posmobile.CreateSessionRequest
-
Packages that use CreateSessionRequest Package Description com.adyen.model.posmobile com.adyen.service com.adyen.service.posmobile -
-
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. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.CreateSessionRequestCreateSessionRequest. merchantAccount(String merchantAccount)The unique identifier of your merchant account.CreateSessionRequestCreateSessionRequest. setupToken(String setupToken)The setup token provided by the POS Mobile SDK. - When using the Android POS Mobile SDK, obtain the token through the `AuthenticationService.authenticate(setupToken)` callback of `AuthenticationService`. - When using the iOS POS Mobile SDK, obtain the token through the `PaymentServiceDelegate.register(with:)` callback of `PaymentServiceDelegate`.CreateSessionRequestCreateSessionRequest. 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)Deprecated, for removal: This API element is subject to removal in a future version.CreateSessionResponsePosMobileApi. createCommunicationSession(CreateSessionRequest createSessionRequest, RequestOptions requestOptions)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CreateSessionRequest in com.adyen.service.posmobile
Methods in com.adyen.service.posmobile 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
-