Uses of Class
com.adyen.model.marketpaywebhooks.CompensateNegativeBalanceNotificationContent
-
Packages that use CompensateNegativeBalanceNotificationContent Package Description com.adyen.model.marketpaywebhooks -
-
Uses of CompensateNegativeBalanceNotificationContent in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks that return CompensateNegativeBalanceNotificationContent Modifier and Type Method Description CompensateNegativeBalanceNotificationContentCompensateNegativeBalanceNotificationContent. addRecordsItem(CompensateNegativeBalanceNotificationRecord recordsItem)static CompensateNegativeBalanceNotificationContentCompensateNegativeBalanceNotificationContent. fromJson(String jsonString)Create an instance of CompensateNegativeBalanceNotificationContent given an JSON stringCompensateNegativeBalanceNotificationContentCompensateNegativeBalanceNotification. getContent()Get contentCompensateNegativeBalanceNotificationContentCompensateNegativeBalanceNotificationContent. records(List<CompensateNegativeBalanceNotificationRecord> records)Methods in com.adyen.model.marketpaywebhooks with parameters of type CompensateNegativeBalanceNotificationContent Modifier and Type Method Description CompensateNegativeBalanceNotificationCompensateNegativeBalanceNotification. content(CompensateNegativeBalanceNotificationContent content)voidCompensateNegativeBalanceNotification. setContent(CompensateNegativeBalanceNotificationContent content)
-