Uses of Class
com.onlinepayments.domain.SessionResponse
Packages that use SessionResponse
-
Uses of SessionResponse in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return SessionResponseModifier and TypeMethodDescriptionSessionResponse.withAssetUrl(String value) The datacenter-specific base url for assets.SessionResponse.withClientApiUrl(String value) The datacenter-specific base url for client requests.SessionResponse.withClientSessionId(String value) The identifier of the session that has been created.SessionResponse.withCustomerId(String value) The session is built up around the customer in the form of the customerId.SessionResponse.withInvalidTokens(List<String> value) -
Uses of SessionResponse in com.onlinepayments.merchant.sessions
Methods in com.onlinepayments.merchant.sessions that return SessionResponseModifier 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