Uses of Class
com.adyen.model.checkout.PaymentRefundResponse
-
Packages that use PaymentRefundResponse Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of PaymentRefundResponse in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentRefundResponse Modifier and Type Method Description PaymentRefundResponsePaymentRefundResponse. addLineItemsItem(LineItem lineItemsItem)PaymentRefundResponsePaymentRefundResponse. addSplitsItem(Split splitsItem)PaymentRefundResponsePaymentRefundResponse. amount(Amount amount)static PaymentRefundResponsePaymentRefundResponse. fromJson(String jsonString)Create an instance of PaymentRefundResponse given an JSON stringPaymentRefundResponsePaymentRefundResponse. lineItems(List<LineItem> lineItems)PaymentRefundResponsePaymentRefundResponse. merchantAccount(String merchantAccount)PaymentRefundResponsePaymentRefundResponse. merchantRefundReason(PaymentRefundResponse.MerchantRefundReasonEnum merchantRefundReason)PaymentRefundResponsePaymentRefundResponse. paymentPspReference(String paymentPspReference)PaymentRefundResponsePaymentRefundResponse. pspReference(String pspReference)PaymentRefundResponsePaymentRefundResponse. reference(String reference)PaymentRefundResponsePaymentRefundResponse. splits(List<Split> splits)PaymentRefundResponsePaymentRefundResponse. status(PaymentRefundResponse.StatusEnum status)PaymentRefundResponsePaymentRefundResponse. store(String store) -
Uses of PaymentRefundResponse in com.adyen.service.checkout
Methods in com.adyen.service.checkout that return PaymentRefundResponse Modifier and Type Method Description PaymentRefundResponseModificationsApi. refundCapturedPayment(String paymentPspReference, PaymentRefundRequest paymentRefundRequest)Refund a captured paymentPaymentRefundResponseModificationsApi. refundCapturedPayment(String paymentPspReference, PaymentRefundRequest paymentRefundRequest, RequestOptions requestOptions)Refund a captured payment
-