Uses of Class
com.adyen.model.balanceplatform.TransactionRuleResponse
-
Packages that use TransactionRuleResponse Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of TransactionRuleResponse in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return TransactionRuleResponse Modifier and Type Method Description static TransactionRuleResponseTransactionRuleResponse. fromJson(String jsonString)Create an instance of TransactionRuleResponse given an JSON stringTransactionRuleResponseTransactionRuleResponse. transactionRule(TransactionRule transactionRule)transactionRule -
Uses of TransactionRuleResponse in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return TransactionRuleResponse Modifier and Type Method Description TransactionRuleResponseTransactionRulesApi. getTransactionRule(String transactionRuleId)Get a transaction ruleTransactionRuleResponseTransactionRulesApi. getTransactionRule(String transactionRuleId, RequestOptions requestOptions)Get a transaction rule
-