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 maxAmountAmountSweepConfiguration. getSweepAmount()Get sweepAmountAmountSweepConfigurationV2. getSweepAmount()Get sweepAmountAmountSweepConfiguration. getTargetAmount()Get targetAmountAmountSweepConfigurationV2. getTargetAmount()Get targetAmountAmountSweepConfiguration. getTriggerAmount()Get triggerAmountAmountSweepConfigurationV2. 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)voidSweepConfiguration. setSweepAmount(Amount sweepAmount)voidSweepConfigurationV2. setSweepAmount(Amount sweepAmount)voidSweepConfiguration. setTargetAmount(Amount targetAmount)voidSweepConfigurationV2. setTargetAmount(Amount targetAmount)voidSweepConfiguration. setTriggerAmount(Amount triggerAmount)voidSweepConfigurationV2. setTriggerAmount(Amount triggerAmount)SweepConfigurationSweepConfiguration. sweepAmount(Amount sweepAmount)SweepConfigurationV2SweepConfigurationV2. sweepAmount(Amount sweepAmount)SweepConfigurationSweepConfiguration. targetAmount(Amount targetAmount)SweepConfigurationV2SweepConfigurationV2. targetAmount(Amount targetAmount)SweepConfigurationSweepConfiguration. triggerAmount(Amount triggerAmount)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)
-