Uses of Class
com.adyen.model.modification.RefundRequest
-
Packages that use RefundRequest Package Description com.adyen.model.modification com.adyen.service -
-
Uses of RefundRequest in com.adyen.model.modification
Methods in com.adyen.model.modification that return RefundRequest Modifier and Type Method Description RefundRequestRefundRequest. fillAmount(String amount, String currency)RefundRequestRefundRequest. modificationAmount(Amount modificationAmount) -
Uses of RefundRequest in com.adyen.service
Methods in com.adyen.service with parameters of type RefundRequest Modifier and Type Method Description ModificationResultModification. refund(RefundRequest refundRequest)Issues /refund requestModificationResultModification. refund(RefundRequest refundRequest, RequestOptions requestOptions)
-