Uses of Class
com.adyen.model.configurationwebhooks.SweepConfiguration
-
Packages that use SweepConfiguration Package Description com.adyen.model.configurationwebhooks -
-
Uses of SweepConfiguration in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return SweepConfiguration Modifier and Type Method Description SweepConfigurationSweepConfiguration. balanceAccountId(String balanceAccountId)static SweepConfigurationSweepConfiguration. fromJson(String jsonString)Create an instance of SweepConfiguration given an JSON stringSweepConfigurationSweepConfiguration. id(String id)SweepConfigurationSweepConfiguration. merchantAccount(String merchantAccount)SweepConfigurationSweepConfiguration. schedule(SweepConfigurationSchedule schedule)SweepConfigurationSweepConfiguration. status(SweepConfiguration.StatusEnum status)SweepConfigurationSweepConfiguration. sweepAmount(Amount sweepAmount)SweepConfigurationSweepConfiguration. targetAmount(Amount targetAmount)SweepConfigurationSweepConfiguration. transferInstrumentId(String transferInstrumentId)SweepConfigurationSweepConfiguration. triggerAmount(Amount triggerAmount)SweepConfigurationSweepConfiguration. type(SweepConfiguration.TypeEnum type)Methods in com.adyen.model.configurationwebhooks that return types with arguments of type SweepConfiguration Modifier and Type Method Description Map<String,SweepConfiguration>BalanceAccount. getSweepConfigurations()Contains key-value pairs that specify configurations for balance sweeps per currency code.Methods in com.adyen.model.configurationwebhooks with parameters of type SweepConfiguration Modifier and Type Method Description BalanceAccountBalanceAccount. putSweepConfigurationsItem(String key, SweepConfiguration sweepConfigurationsItem)Method parameters in com.adyen.model.configurationwebhooks with type arguments of type SweepConfiguration Modifier and Type Method Description voidBalanceAccount. setSweepConfigurations(Map<String,SweepConfiguration> sweepConfigurations)BalanceAccountBalanceAccount. sweepConfigurations(Map<String,SweepConfiguration> sweepConfigurations)
-