Uses of Class
com.adyen.model.balanceplatform.TransactionRulesResponse
-
Packages that use TransactionRulesResponse Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of TransactionRulesResponse in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return TransactionRulesResponse Modifier and Type Method Description TransactionRulesResponseTransactionRulesResponse. addTransactionRulesItem(TransactionRule transactionRulesItem)static TransactionRulesResponseTransactionRulesResponse. fromJson(String jsonString)Create an instance of TransactionRulesResponse given an JSON stringTransactionRulesResponseTransactionRulesResponse. transactionRules(List<TransactionRule> transactionRules) -
Uses of TransactionRulesResponse in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return TransactionRulesResponse Modifier and Type Method Description TransactionRulesResponsePaymentInstrumentGroups. listTransactionRules(String instrumentGroupId)TransactionRulesResponsePaymentInstruments. listTransactionRules(String paymentInstrumentId)
-