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)static AmountAmount. fromJson(String jsonString)Create an instance of Amount given an JSON stringAmountCapabilitySettings. getMaxAmount()Get maxAmountAmountAmount. value(Long value)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)CapabilitySettingsCapabilitySettings. 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)voidCapabilitySettings. setAmountPerIndustry(Map<String,Amount> amountPerIndustry)The maximum amount a card holder can spend per industry.
-