Uses of Class
com.adyen.model.checkout.PaymentResponse
-
Packages that use PaymentResponse Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
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 stringPaymentResponseDonationPaymentResponse. 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 DonationPaymentResponseDonationPaymentResponse. payment(PaymentResponse payment)voidDonationPaymentResponse. setPayment(PaymentResponse payment)payment -
Uses of PaymentResponse in com.adyen.service.checkout
Methods in com.adyen.service.checkout that return PaymentResponse Modifier and Type Method Description PaymentResponsePaymentsApi. payments(PaymentRequest paymentRequest)Start a transactionPaymentResponsePaymentsApi. payments(PaymentRequest paymentRequest, RequestOptions requestOptions)Start a transaction
-