Uses of Class
com.adyen.model.checkout.PaymentResponse
-
Packages that use PaymentResponse Package Description com.adyen.model.checkout com.adyen.service -
-
Uses of PaymentResponse in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentResponse Modifier and Type Method Description PaymentResponsePaymentResponse. action(PaymentResponseAction action)PaymentResponsePaymentResponse. additionalData(Map<String,String> additionalData)PaymentResponsePaymentResponse. amount(Amount amount)PaymentResponsePaymentResponse. donationToken(String donationToken)PaymentResponsePaymentResponse. fraudResult(FraudResult fraudResult)static PaymentResponsePaymentResponse. fromJson(String jsonString)Create an instance of PaymentResponse given an JSON stringPaymentResponseDonationResponse. getPayment()Get paymentPaymentResponsePaymentResponse. merchantReference(String merchantReference)PaymentResponsePaymentResponse. order(CheckoutOrderResponse order)PaymentResponsePaymentResponse. paymentMethod(ResponsePaymentMethod paymentMethod)PaymentResponsePaymentResponse. pspReference(String pspReference)PaymentResponsePaymentResponse. putAdditionalDataItem(String key, String additionalDataItem)PaymentResponsePaymentResponse. refusalReason(String refusalReason)PaymentResponsePaymentResponse. refusalReasonCode(String refusalReasonCode)PaymentResponsePaymentResponse. resultCode(PaymentResponse.ResultCodeEnum resultCode)PaymentResponsePaymentResponse. threeDS2ResponseData(ThreeDS2ResponseData threeDS2ResponseData)PaymentResponsePaymentResponse. threeDS2Result(ThreeDS2Result threeDS2Result)PaymentResponsePaymentResponse. threeDSPaymentData(String threeDSPaymentData)Methods in com.adyen.model.checkout with parameters of type PaymentResponse Modifier and Type Method Description DonationResponseDonationResponse. payment(PaymentResponse payment)voidDonationResponse. setPayment(PaymentResponse payment) -
Uses of PaymentResponse in com.adyen.service
Methods in com.adyen.service that return PaymentResponse Modifier and Type Method Description PaymentResponseCheckout. payments(PaymentRequest paymentRequest)POST /payments API callPaymentResponseCheckout. payments(PaymentRequest paymentRequest, RequestOptions requestOptions)POST /payments API call
-