Uses of Class
com.adyen.model.configurationwebhooks.Amount
-
Packages that use Amount Package Description com.adyen.model.configurationwebhooks -
-
Uses of Amount in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return Amount Modifier and Type Method Description AmountAmount. currency(String currency)static AmountAmount. fromJson(String jsonString)Create an instance of Amount given an JSON stringAmountCapabilitySettings. getMaxAmount()Get maxAmountAmountSweepConfigurationV2. getSweepAmount()Get sweepAmountAmountSweepConfigurationV2. getTargetAmount()Get targetAmountAmountSweepConfigurationV2. getTriggerAmount()Get triggerAmountAmountAmount. value(Long value)Methods in com.adyen.model.configurationwebhooks that return types with arguments of type Amount Modifier and Type Method Description Map<String,Amount>CapabilitySettings. getAmountPerIndustry()Methods in com.adyen.model.configurationwebhooks with parameters of type Amount Modifier and Type Method Description CapabilitySettingsCapabilitySettings. maxAmount(Amount maxAmount)CapabilitySettingsCapabilitySettings. putAmountPerIndustryItem(String key, Amount amountPerIndustryItem)voidCapabilitySettings. setMaxAmount(Amount maxAmount)maxAmountvoidSweepConfigurationV2. setSweepAmount(Amount sweepAmount)sweepAmountvoidSweepConfigurationV2. setTargetAmount(Amount targetAmount)targetAmountvoidSweepConfigurationV2. setTriggerAmount(Amount triggerAmount)triggerAmountSweepConfigurationV2SweepConfigurationV2. sweepAmount(Amount sweepAmount)SweepConfigurationV2SweepConfigurationV2. targetAmount(Amount targetAmount)SweepConfigurationV2SweepConfigurationV2. triggerAmount(Amount triggerAmount)Method parameters in com.adyen.model.configurationwebhooks with type arguments of type Amount Modifier and Type Method Description CapabilitySettingsCapabilitySettings. amountPerIndustry(Map<String,Amount> amountPerIndustry)voidCapabilitySettings. setAmountPerIndustry(Map<String,Amount> amountPerIndustry)
-