Uses of Class
com.adyen.model.balanceplatform.TransactionRule
-
Packages that use TransactionRule Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of TransactionRule in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return types with arguments of type TransactionRule Modifier and Type Method Description List<TransactionRule>TransactionRulesResponse. getTransactionRules()List of transaction rules.Methods in com.adyen.model.balanceplatform with parameters of type TransactionRule Modifier and Type Method Description TransactionRulesResponseTransactionRulesResponse. addTransactionRulesItem(TransactionRule transactionRulesItem)voidTransactionRuleResponse. setTransactionRule(TransactionRule transactionRule)transactionRuleTransactionRuleResponseTransactionRuleResponse. transactionRule(TransactionRule transactionRule)Method parameters in com.adyen.model.balanceplatform with type arguments of type TransactionRule Modifier and Type Method Description voidTransactionRulesResponse. setTransactionRules(List<TransactionRule> transactionRules)List of transaction rules.TransactionRulesResponseTransactionRulesResponse. transactionRules(List<TransactionRule> transactionRules) -
Uses of TransactionRule in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return TransactionRule Modifier and Type Method Description TransactionRuleTransactionRulesApi. createTransactionRule(TransactionRuleInfo transactionRuleInfo)Create a transaction ruleTransactionRuleTransactionRulesApi. createTransactionRule(TransactionRuleInfo transactionRuleInfo, RequestOptions requestOptions)Create a transaction ruleTransactionRuleTransactionRulesApi. deleteTransactionRule(String transactionRuleId)Delete a transaction ruleTransactionRuleTransactionRulesApi. deleteTransactionRule(String transactionRuleId, RequestOptions requestOptions)Delete a transaction ruleTransactionRuleTransactionRulesApi. updateTransactionRule(String transactionRuleId, TransactionRuleInfo transactionRuleInfo)Update a transaction ruleTransactionRuleTransactionRulesApi. updateTransactionRule(String transactionRuleId, TransactionRuleInfo transactionRuleInfo, RequestOptions requestOptions)Update a transaction rule
-