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 stringAmountSweepConfiguration. 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 with parameters of type Amount Modifier and Type Method Description 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)
-