Uses of Class
com.adyen.model.marketpaywebhooks.RefundFundsTransferNotificationContent
-
Packages that use RefundFundsTransferNotificationContent Package Description com.adyen.model.marketpaywebhooks -
-
Uses of RefundFundsTransferNotificationContent in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks that return RefundFundsTransferNotificationContent Modifier and Type Method Description RefundFundsTransferNotificationContentRefundFundsTransferNotificationContent. addInvalidFieldsItem(ErrorFieldType invalidFieldsItem)RefundFundsTransferNotificationContentRefundFundsTransferNotificationContent. amount(Amount amount)static RefundFundsTransferNotificationContentRefundFundsTransferNotificationContent. fromJson(String jsonString)Create an instance of RefundFundsTransferNotificationContent given an JSON stringRefundFundsTransferNotificationContentRefundFundsTransferNotification. getContent()Get contentRefundFundsTransferNotificationContentRefundFundsTransferNotificationContent. invalidFields(List<ErrorFieldType> invalidFields)RefundFundsTransferNotificationContentRefundFundsTransferNotificationContent. merchantReference(String merchantReference)RefundFundsTransferNotificationContentRefundFundsTransferNotificationContent. originalReference(String originalReference)RefundFundsTransferNotificationContentRefundFundsTransferNotificationContent. status(OperationStatus status)Methods in com.adyen.model.marketpaywebhooks with parameters of type RefundFundsTransferNotificationContent Modifier and Type Method Description RefundFundsTransferNotificationRefundFundsTransferNotification. content(RefundFundsTransferNotificationContent content)voidRefundFundsTransferNotification. setContent(RefundFundsTransferNotificationContent content)
-