Uses of Class
com.adyen.model.checkout.SessionResultResponse
-
Packages that use SessionResultResponse Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of SessionResultResponse in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return SessionResultResponse Modifier and Type Method Description static SessionResultResponseSessionResultResponse. fromJson(String jsonString)Create an instance of SessionResultResponse given an JSON stringSessionResultResponseSessionResultResponse. id(String id)SessionResultResponseSessionResultResponse. status(SessionResultResponse.StatusEnum status) -
Uses of SessionResultResponse in com.adyen.service.checkout
Methods in com.adyen.service.checkout that return SessionResultResponse Modifier and Type Method Description SessionResultResponsePaymentsApi. getResultOfPaymentSession(String sessionId, String sessionResult)Get the result of a payment sessionSessionResultResponsePaymentsApi. getResultOfPaymentSession(String sessionId, String sessionResult, RequestOptions requestOptions)Get the result of a payment session
-