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)The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).static AmountAmount. fromJson(String jsonString)Create an instance of Amount given an JSON stringAmountCapabilitySettings. getMaxAmount()maxAmountAmountSweepConfigurationV2. getSweepAmount()sweepAmountAmountSweepConfigurationV2. getTargetAmount()targetAmountAmountSweepConfigurationV2. getTriggerAmount()triggerAmountAmountAmount. value(Long value)The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).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)maxAmountCapabilitySettingsCapabilitySettings. 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)sweepAmountSweepConfigurationV2SweepConfigurationV2. targetAmount(Amount targetAmount)targetAmountSweepConfigurationV2SweepConfigurationV2. triggerAmount(Amount triggerAmount)triggerAmountMethod 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)
-