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)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 stringAmountFee. getAmount()amountAmountGrantLimit. getAmount()amountAmountGrantOffer. getAmount()amountAmountThresholdRepayment. getAmount()amountAmountCapabilitySettings. getMaxAmount()maxAmountAmountCreateSweepConfigurationV2. getSweepAmount()sweepAmountAmountSweepConfigurationV2. getSweepAmount()sweepAmountAmountUpdateSweepConfigurationV2. getSweepAmount()sweepAmountAmountCreateSweepConfigurationV2. getTargetAmount()targetAmountAmountSweepConfigurationV2. getTargetAmount()targetAmountAmountUpdateSweepConfigurationV2. getTargetAmount()targetAmountAmountCreateSweepConfigurationV2. getTriggerAmount()triggerAmountAmountSweepConfigurationV2. getTriggerAmount()triggerAmountAmountUpdateSweepConfigurationV2. getTriggerAmount()triggerAmountAmountTotalAmountRestriction. getValue()valueAmountAmount. 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.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)amountGrantLimitGrantLimit. amount(Amount amount)amountGrantOfferGrantOffer. amount(Amount amount)amountThresholdRepaymentThresholdRepayment. amount(Amount amount)amountCapabilitySettingsCapabilitySettings. maxAmount(Amount maxAmount)maxAmountCapabilitySettingsCapabilitySettings. 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)sweepAmountSweepConfigurationV2SweepConfigurationV2. sweepAmount(Amount sweepAmount)sweepAmountUpdateSweepConfigurationV2UpdateSweepConfigurationV2. sweepAmount(Amount sweepAmount)sweepAmountCreateSweepConfigurationV2CreateSweepConfigurationV2. targetAmount(Amount targetAmount)targetAmountSweepConfigurationV2SweepConfigurationV2. targetAmount(Amount targetAmount)targetAmountUpdateSweepConfigurationV2UpdateSweepConfigurationV2. targetAmount(Amount targetAmount)targetAmountCreateSweepConfigurationV2CreateSweepConfigurationV2. triggerAmount(Amount triggerAmount)triggerAmountSweepConfigurationV2SweepConfigurationV2. triggerAmount(Amount triggerAmount)triggerAmountUpdateSweepConfigurationV2UpdateSweepConfigurationV2. triggerAmount(Amount triggerAmount)triggerAmountTotalAmountRestrictionTotalAmountRestriction. value(Amount value)valueMethod 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)
-