Uses of Class
com.adyen.model.balanceplatform.Condition
-
Packages that use Condition Package Description com.adyen.model.balanceplatform -
-
Uses of Condition in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return Condition Modifier and Type Method Description ConditionCondition. balanceType(Condition.BalanceTypeEnum balanceType)Define the type of balance about which you want to get notified.ConditionCondition. conditionType(Condition.ConditionTypeEnum conditionType)Define when you want to get notified about a balance change.static ConditionCondition. fromJson(String jsonString)Create an instance of Condition given an JSON stringConditionCondition. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.ConditionCondition. value(Long value)The value limit in the specified balance type and currency, in minor units.Methods in com.adyen.model.balanceplatform that return types with arguments of type Condition Modifier and Type Method Description List<Condition>BalanceWebhookSetting. getConditions()The list of settings and criteria for triggering the [balance webhook](https://docs.adyen.com/api-explorer/balance-webhooks/latest/post/balanceAccount.balance.updated).List<Condition>BalanceWebhookSettingInfo. getConditions()The array of conditions a balance change must meet for Adyen to send the webhook.List<Condition>BalanceWebhookSettingInfoUpdate. getConditions()The array of conditions a balance change must meet for Adyen to send the webhook.Methods in com.adyen.model.balanceplatform with parameters of type Condition Modifier and Type Method Description BalanceWebhookSettingBalanceWebhookSetting. addConditionsItem(Condition conditionsItem)BalanceWebhookSettingInfoBalanceWebhookSettingInfo. addConditionsItem(Condition conditionsItem)BalanceWebhookSettingInfoUpdateBalanceWebhookSettingInfoUpdate. addConditionsItem(Condition conditionsItem)Method parameters in com.adyen.model.balanceplatform with type arguments of type Condition Modifier and Type Method Description BalanceWebhookSettingBalanceWebhookSetting. conditions(List<Condition> conditions)The list of settings and criteria for triggering the [balance webhook](https://docs.adyen.com/api-explorer/balance-webhooks/latest/post/balanceAccount.balance.updated).BalanceWebhookSettingInfoBalanceWebhookSettingInfo. conditions(List<Condition> conditions)The array of conditions a balance change must meet for Adyen to send the webhook.BalanceWebhookSettingInfoUpdateBalanceWebhookSettingInfoUpdate. conditions(List<Condition> conditions)The array of conditions a balance change must meet for Adyen to send the webhook.voidBalanceWebhookSetting. setConditions(List<Condition> conditions)The list of settings and criteria for triggering the [balance webhook](https://docs.adyen.com/api-explorer/balance-webhooks/latest/post/balanceAccount.balance.updated).voidBalanceWebhookSettingInfo. setConditions(List<Condition> conditions)The array of conditions a balance change must meet for Adyen to send the webhook.voidBalanceWebhookSettingInfoUpdate. setConditions(List<Condition> conditions)The array of conditions a balance change must meet for Adyen to send the webhook.
-