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) of the amount.static AmountAmount. fromJson(String jsonString)Create an instance of Amount given an JSON stringAmountCreateTransferLimitRequest. getAmount()Get amountAmountFee. getAmount()Get amountAmountGrantLimit. getAmount()Get amountAmountGrantOffer. getAmount()Get amountAmountThresholdRepayment. getAmount()Get amountAmountTransferLimit. 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. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.AmountAmount. value(Long value)The numeric value of the amount, 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 CreateTransferLimitRequestCreateTransferLimitRequest. amount(Amount amount)amountFeeFee. amount(Amount amount)amountGrantLimitGrantLimit. amount(Amount amount)amountGrantOfferGrantOffer. amount(Amount amount)amountThresholdRepaymentThresholdRepayment. amount(Amount amount)amountTransferLimitTransferLimit. amount(Amount amount)amountCapabilitySettingsCapabilitySettings. maxAmount(Amount maxAmount)maxAmountCapabilitySettingsCapabilitySettings. putAmountPerIndustryItem(String key, Amount amountPerIndustryItem)voidCreateTransferLimitRequest. setAmount(Amount amount)amountvoidFee. setAmount(Amount amount)amountvoidGrantLimit. setAmount(Amount amount)amountvoidGrantOffer. setAmount(Amount amount)amountvoidThresholdRepayment. setAmount(Amount amount)amountvoidTransferLimit. 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)
-