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 stringAmountFee. getAmount()Get amountAmountGrantLimit. getAmount()Get amountAmountGrantOffer. getAmount()Get amountAmountThresholdRepayment. getAmount()Get amountAmountCapabilitySettings. getMaxAmount()Get maxAmountAmountCreateSweepConfigurationV2. getSweepAmount()Get sweepAmountAmountSweepConfigurationV2. getSweepAmount()Get sweepAmountAmountUpdateSweepConfigurationV2. getSweepAmount()Get sweepAmountAmountCreateSweepConfigurationV2. getTargetAmount()Get targetAmountAmountSweepConfigurationV2. getTargetAmount()Get targetAmountAmountUpdateSweepConfigurationV2. getTargetAmount()Get targetAmountAmountCreateSweepConfigurationV2. getTriggerAmount()Get triggerAmountAmountSweepConfigurationV2. getTriggerAmount()Get triggerAmountAmountUpdateSweepConfigurationV2. getTriggerAmount()Get triggerAmountAmountTotalAmountRestriction. getValue()Get valueAmountAmount. value(Long value)Methods in com.adyen.model.balanceplatform that return types with arguments of type Amount Modifier and Type Method Description Map<String,Amount>CapabilitySettings. getAmountPerIndustry()Methods in com.adyen.model.balanceplatform with parameters of type Amount Modifier and Type Method Description FeeFee. amount(Amount amount)GrantLimitGrantLimit. amount(Amount amount)GrantOfferGrantOffer. amount(Amount amount)ThresholdRepaymentThresholdRepayment. amount(Amount amount)CapabilitySettingsCapabilitySettings. maxAmount(Amount maxAmount)CapabilitySettingsCapabilitySettings. putAmountPerIndustryItem(String key, Amount amountPerIndustryItem)voidFee. setAmount(Amount amount)amountvoidGrantLimit. setAmount(Amount amount)amountvoidGrantOffer. setAmount(Amount amount)amountvoidThresholdRepayment. setAmount(Amount amount)amountvoidCapabilitySettings. setMaxAmount(Amount maxAmount)maxAmountvoidCreateSweepConfigurationV2. setSweepAmount(Amount sweepAmount)sweepAmountvoidSweepConfigurationV2. setSweepAmount(Amount sweepAmount)sweepAmountvoidUpdateSweepConfigurationV2. setSweepAmount(Amount sweepAmount)sweepAmountvoidCreateSweepConfigurationV2. setTargetAmount(Amount targetAmount)targetAmountvoidSweepConfigurationV2. setTargetAmount(Amount targetAmount)targetAmountvoidUpdateSweepConfigurationV2. setTargetAmount(Amount targetAmount)targetAmountvoidCreateSweepConfigurationV2. setTriggerAmount(Amount triggerAmount)triggerAmountvoidSweepConfigurationV2. setTriggerAmount(Amount triggerAmount)triggerAmountvoidUpdateSweepConfigurationV2. setTriggerAmount(Amount triggerAmount)triggerAmountvoidTotalAmountRestriction. setValue(Amount value)valueCreateSweepConfigurationV2CreateSweepConfigurationV2. sweepAmount(Amount sweepAmount)SweepConfigurationV2SweepConfigurationV2. sweepAmount(Amount sweepAmount)UpdateSweepConfigurationV2UpdateSweepConfigurationV2. sweepAmount(Amount sweepAmount)CreateSweepConfigurationV2CreateSweepConfigurationV2. targetAmount(Amount targetAmount)SweepConfigurationV2SweepConfigurationV2. targetAmount(Amount targetAmount)UpdateSweepConfigurationV2UpdateSweepConfigurationV2. targetAmount(Amount targetAmount)CreateSweepConfigurationV2CreateSweepConfigurationV2. triggerAmount(Amount triggerAmount)SweepConfigurationV2SweepConfigurationV2. triggerAmount(Amount triggerAmount)UpdateSweepConfigurationV2UpdateSweepConfigurationV2. triggerAmount(Amount triggerAmount)TotalAmountRestrictionTotalAmountRestriction. value(Amount value)Method parameters in com.adyen.model.balanceplatform with type arguments of type Amount Modifier and Type Method Description CapabilitySettingsCapabilitySettings. amountPerIndustry(Map<String,Amount> amountPerIndustry)voidCapabilitySettings. setAmountPerIndustry(Map<String,Amount> amountPerIndustry)
-