Uses of Class
com.adyen.model.marketpaywebhooks.CompensateNegativeBalanceNotificationRecord
-
Packages that use CompensateNegativeBalanceNotificationRecord Package Description com.adyen.model.marketpaywebhooks -
-
Uses of CompensateNegativeBalanceNotificationRecord in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks that return CompensateNegativeBalanceNotificationRecord Modifier and Type Method Description CompensateNegativeBalanceNotificationRecordCompensateNegativeBalanceNotificationRecord. accountCode(String accountCode)CompensateNegativeBalanceNotificationRecordCompensateNegativeBalanceNotificationRecord. amount(Amount amount)static CompensateNegativeBalanceNotificationRecordCompensateNegativeBalanceNotificationRecord. fromJson(String jsonString)Create an instance of CompensateNegativeBalanceNotificationRecord given an JSON stringCompensateNegativeBalanceNotificationRecordCompensateNegativeBalanceNotificationRecord. transferDate(OffsetDateTime transferDate)Methods in com.adyen.model.marketpaywebhooks 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.marketpaywebhooks with parameters of type CompensateNegativeBalanceNotificationRecord Modifier and Type Method Description CompensateNegativeBalanceNotificationContentCompensateNegativeBalanceNotificationContent. addRecordsItem(CompensateNegativeBalanceNotificationRecord recordsItem)Method parameters in com.adyen.model.marketpaywebhooks with type arguments of type CompensateNegativeBalanceNotificationRecord Modifier and Type Method Description CompensateNegativeBalanceNotificationContentCompensateNegativeBalanceNotificationContent. records(List<CompensateNegativeBalanceNotificationRecord> records)voidCompensateNegativeBalanceNotificationContent. setRecords(List<CompensateNegativeBalanceNotificationRecord> records)
-