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 TransactionRulesResponsePaymentInstrumentsApi. getAllTransactionRulesForPaymentInstrument(String id)Get all transaction rules for a payment instrumentTransactionRulesResponsePaymentInstrumentsApi. getAllTransactionRulesForPaymentInstrument(String id, RequestOptions requestOptions)Get all transaction rules for a payment instrumentTransactionRulesResponsePaymentInstrumentGroupsApi. getAllTransactionRulesForPaymentInstrumentGroup(String id)Get all transaction rules for a payment instrument groupTransactionRulesResponsePaymentInstrumentGroupsApi. getAllTransactionRulesForPaymentInstrumentGroup(String id, RequestOptions requestOptions)Get all transaction rules for a payment instrument group
-