Uses of Class
com.adyen.model.marketpaywebhooks.AccountFundsBelowThresholdNotificationContent
-
Packages that use AccountFundsBelowThresholdNotificationContent Package Description com.adyen.model.marketpaywebhooks -
-
Uses of AccountFundsBelowThresholdNotificationContent in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks that return AccountFundsBelowThresholdNotificationContent Modifier and Type Method Description AccountFundsBelowThresholdNotificationContentAccountFundsBelowThresholdNotificationContent. accountCode(String accountCode)AccountFundsBelowThresholdNotificationContentAccountFundsBelowThresholdNotificationContent. balanceDate(LocalDate balanceDate)AccountFundsBelowThresholdNotificationContentAccountFundsBelowThresholdNotificationContent. currentFunds(Amount currentFunds)static AccountFundsBelowThresholdNotificationContentAccountFundsBelowThresholdNotificationContent. fromJson(String jsonString)Create an instance of AccountFundsBelowThresholdNotificationContent given an JSON stringAccountFundsBelowThresholdNotificationContentAccountFundsBelowThresholdNotificationContent. fundThreshold(Amount fundThreshold)AccountFundsBelowThresholdNotificationContentAccountFundsBelowThresholdNotification. getContent()Get contentAccountFundsBelowThresholdNotificationContentAccountFundsBelowThresholdNotificationContent. merchantAccountCode(String merchantAccountCode)Methods in com.adyen.model.marketpaywebhooks with parameters of type AccountFundsBelowThresholdNotificationContent Modifier and Type Method Description AccountFundsBelowThresholdNotificationAccountFundsBelowThresholdNotification. content(AccountFundsBelowThresholdNotificationContent content)voidAccountFundsBelowThresholdNotification. setContent(AccountFundsBelowThresholdNotificationContent content)
-