Uses of Class
com.adyen.model.marketpay.notification.CompensateNegativeBalanceNotificationRecord
-
Packages that use CompensateNegativeBalanceNotificationRecord Package Description com.adyen.model.marketpay.notification -
-
Uses of CompensateNegativeBalanceNotificationRecord in com.adyen.model.marketpay.notification
Methods in com.adyen.model.marketpay.notification that return types with arguments of type CompensateNegativeBalanceNotificationRecord Modifier and Type Method Description List<CompensateNegativeBalanceNotificationRecord>CompensateNegativeBalanceNotificationContent. getRecords()A list of the negative balances compensated.Methods in com.adyen.model.marketpay.notification with parameters of type CompensateNegativeBalanceNotificationRecord Modifier and Type Method Description CompensateNegativeBalanceNotificationContentCompensateNegativeBalanceNotificationContent. addRecordsItem(CompensateNegativeBalanceNotificationRecord recordsItem)Method parameters in com.adyen.model.marketpay.notification with type arguments of type CompensateNegativeBalanceNotificationRecord Modifier and Type Method Description CompensateNegativeBalanceNotificationContentCompensateNegativeBalanceNotificationContent. records(List<CompensateNegativeBalanceNotificationRecord> records)voidCompensateNegativeBalanceNotificationContent. setRecords(List<CompensateNegativeBalanceNotificationRecord> records)
-