Uses of Class
com.adyen.model.legalentitymanagement.Amount
-
Packages that use Amount Package Description com.adyen.model.legalentitymanagement -
-
Uses of Amount in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return Amount Modifier and Type Method Description AmountAmount. currency(String currency)The type of currency.static AmountAmount. fromJson(String jsonString)Create an instance of Amount given an JSON stringAmountCapabilitySettings. getMaxAmount()maxAmountAmountAmount. value(Long value)Total value of amount.Methods in com.adyen.model.legalentitymanagement that return types with arguments of type Amount Modifier and Type Method Description Map<String,Amount>CapabilitySettings. getAmountPerIndustry()The maximum amount a card holder can spend per industry.Methods in com.adyen.model.legalentitymanagement with parameters of type Amount Modifier and Type Method Description CapabilitySettingsCapabilitySettings. maxAmount(Amount maxAmount)maxAmountCapabilitySettingsCapabilitySettings. putAmountPerIndustryItem(String key, Amount amountPerIndustryItem)voidCapabilitySettings. setMaxAmount(Amount maxAmount)maxAmountMethod parameters in com.adyen.model.legalentitymanagement with type arguments of type Amount Modifier and Type Method Description CapabilitySettingsCapabilitySettings. amountPerIndustry(Map<String,Amount> amountPerIndustry)The maximum amount a card holder can spend per industry.voidCapabilitySettings. setAmountPerIndustry(Map<String,Amount> amountPerIndustry)The maximum amount a card holder can spend per industry.
-