Uses of Class
com.adyen.model.balanceplatform.TotalAmountRestriction
-
Packages that use TotalAmountRestriction Package Description com.adyen.model.balanceplatform -
-
Uses of TotalAmountRestriction in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return TotalAmountRestriction Modifier and Type Method Description static TotalAmountRestrictionTotalAmountRestriction. fromJson(String jsonString)Create an instance of TotalAmountRestriction given an JSON stringTotalAmountRestrictionTransactionRuleRestrictions. getTotalAmount()totalAmountTotalAmountRestrictionTotalAmountRestriction. operation(String operation)Defines how the condition must be evaluated.TotalAmountRestrictionTotalAmountRestriction. value(Amount value)valueMethods in com.adyen.model.balanceplatform with parameters of type TotalAmountRestriction Modifier and Type Method Description voidTransactionRuleRestrictions. setTotalAmount(TotalAmountRestriction totalAmount)totalAmountTransactionRuleRestrictionsTransactionRuleRestrictions. totalAmount(TotalAmountRestriction totalAmount)totalAmount
-