Uses of Class
com.adyen.model.marketpaywebhooks.RefundResult
-
Packages that use RefundResult Package Description com.adyen.model.marketpaywebhooks -
-
Uses of RefundResult in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks that return RefundResult Modifier and Type Method Description static RefundResultRefundResult. fromJson(String jsonString)Create an instance of RefundResult given an JSON stringRefundResultRefundResult. originalTransaction(Transaction originalTransaction)RefundResultRefundResult. pspReference(String pspReference)RefundResultRefundResult. response(String response)Methods in com.adyen.model.marketpaywebhooks that return types with arguments of type RefundResult Modifier and Type Method Description List<RefundResult>ScheduledRefundsNotificationContent. getRefundResults()A list of the refunds that have been scheduled and their results.Methods in com.adyen.model.marketpaywebhooks with parameters of type RefundResult Modifier and Type Method Description ScheduledRefundsNotificationContentScheduledRefundsNotificationContent. addRefundResultsItem(RefundResult refundResultsItem)Method parameters in com.adyen.model.marketpaywebhooks with type arguments of type RefundResult Modifier and Type Method Description ScheduledRefundsNotificationContentScheduledRefundsNotificationContent. refundResults(List<RefundResult> refundResults)voidScheduledRefundsNotificationContent. setRefundResults(List<RefundResult> refundResults)
-