Uses of Class
com.onlinepayments.domain.SessionRequest
Packages that use SessionRequest
-
Uses of SessionRequest in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return SessionRequestModifier and TypeMethodDescriptionSessionRequest.withTokens(List<String> value) List of previously stored tokens linked to the customer that wants to checkout. -
Uses of SessionRequest in com.onlinepayments.merchant.sessions
Methods in com.onlinepayments.merchant.sessions with parameters of type SessionRequestModifier and TypeMethodDescriptionSessionsClient.createSession(SessionRequest body) Resource /v2/{merchantId}/sessions - Create sessionSessionsClient.createSession(SessionRequest body, CallContext context) Resource /v2/{merchantId}/sessions - Create sessionSessionsClientInterface.createSession(SessionRequest body) Resource /v2/{merchantId}/sessions - Create sessionSessionsClientInterface.createSession(SessionRequest body, CallContext context) Resource /v2/{merchantId}/sessions - Create session