Uses of Class
com.adyen.model.checkout.PaymentResultResponse
-
Packages that use PaymentResultResponse Package Description com.adyen.model.checkout com.adyen.service -
-
Uses of PaymentResultResponse in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentResultResponse Modifier and Type Method Description PaymentResultResponsePaymentResultResponse. additionalData(Map<String,String> additionalData)PaymentResultResponsePaymentResultResponse. authResponse(String authResponse)PaymentResultResponsePaymentResultResponse. merchantReference(String merchantReference)PaymentResultResponsePaymentResultResponse. paymentMethod(String paymentMethod)PaymentResultResponsePaymentResultResponse. pspReference(String pspReference)PaymentResultResponsePaymentResultResponse. putAdditionalDataItem(String key, String additionalDataItem)PaymentResultResponsePaymentResultResponse. refusalReason(String refusalReason)PaymentResultResponsePaymentResultResponse. resultCode(PaymentResultResponse.ResultCodeEnum resultCode)PaymentResultResponsePaymentResultResponse. serviceError(ServiceError serviceError)PaymentResultResponsePaymentResultResponse. shopperLocale(String shopperLocale) -
Uses of PaymentResultResponse in com.adyen.service
Methods in com.adyen.service that return PaymentResultResponse Modifier and Type Method Description PaymentResultResponseCheckout. paymentResult(PaymentResultRequest paymentResultRequest)POST payments/result API call
-