Uses of Class
com.adyen.model.balanceplatform.Amount
-
Packages that use Amount Package Description com.adyen.model.balanceplatform -
-
Uses of Amount in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform 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 stringAmountSweepConfigurationV2. getSweepAmount()Get sweepAmountAmountSweepConfigurationV2. getTargetAmount()Get targetAmountAmountSweepConfigurationV2. getTriggerAmount()Get triggerAmountAmountTotalAmountRestriction. getValue()Get valueAmountAmount. value(Long value)Methods in com.adyen.model.balanceplatform with parameters of type Amount Modifier and Type Method Description voidSweepConfigurationV2. setSweepAmount(Amount sweepAmount)voidSweepConfigurationV2. setTargetAmount(Amount targetAmount)voidSweepConfigurationV2. setTriggerAmount(Amount triggerAmount)voidTotalAmountRestriction. setValue(Amount value)SweepConfigurationV2SweepConfigurationV2. sweepAmount(Amount sweepAmount)SweepConfigurationV2SweepConfigurationV2. targetAmount(Amount targetAmount)SweepConfigurationV2SweepConfigurationV2. triggerAmount(Amount triggerAmount)TotalAmountRestrictionTotalAmountRestriction. value(Amount value)
-