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 SessionResultResponseSessionResultResponse. additionalData(Map<String,String> additionalData)Contains additional information about the payment.SessionResultResponseSessionResultResponse. addPaymentsItem(Payment paymentsItem)static SessionResultResponseSessionResultResponse. fromJson(String jsonString)Create an instance of SessionResultResponse given an JSON stringSessionResultResponseSessionResultResponse. id(String id)A unique identifier of the session.SessionResultResponseSessionResultResponse. payments(List<Payment> payments)A list of all authorised payments done for this session.SessionResultResponseSessionResultResponse. putAdditionalDataItem(String key, String additionalDataItem)SessionResultResponseSessionResultResponse. reference(String reference)The unique reference that you provided in the original `/sessions` request.SessionResultResponseSessionResultResponse. status(SessionResultResponse.StatusEnum status)The status of the session. -
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
-