Class CompensateNegativeBalanceNotificationContent
- java.lang.Object
-
- com.adyen.model.marketpay.notification.CompensateNegativeBalanceNotificationContent
-
public class CompensateNegativeBalanceNotificationContent extends Object
-
-
Constructor Summary
Constructors Constructor Description CompensateNegativeBalanceNotificationContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompensateNegativeBalanceNotificationContentaddRecordsItem(CompensateNegativeBalanceNotificationRecord recordsItem)booleanequals(Object o)List<CompensateNegativeBalanceNotificationRecord>getRecords()A list of the negative balances compensated.inthashCode()CompensateNegativeBalanceNotificationContentrecords(List<CompensateNegativeBalanceNotificationRecord> records)voidsetRecords(List<CompensateNegativeBalanceNotificationRecord> records)StringtoString()
-
-
-
Method Detail
-
records
public CompensateNegativeBalanceNotificationContent records(List<CompensateNegativeBalanceNotificationRecord> records)
-
addRecordsItem
public CompensateNegativeBalanceNotificationContent addRecordsItem(CompensateNegativeBalanceNotificationRecord recordsItem)
-
getRecords
public List<CompensateNegativeBalanceNotificationRecord> getRecords()
A list of the negative balances compensated.- Returns:
- records
-
setRecords
public void setRecords(List<CompensateNegativeBalanceNotificationRecord> records)
-
-