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 TransactionRule Modifier and Type Method Description TransactionRuleTransactionRule. aggregationLevel(String aggregationLevel)The level at which data must be accumulated, used in rules with `type` **velocity** or **maxUsage**.TransactionRuleTransactionRule. description(String description)Your description for the transaction rule.TransactionRuleTransactionRule. endDate(String endDate)The date when the rule will stop being evaluated, in ISO 8601 extended offset date-time format.TransactionRuleTransactionRule. entityKey(TransactionRuleEntityKey entityKey)entityKeystatic TransactionRuleTransactionRule. fromJson(String jsonString)Create an instance of TransactionRule given an JSON stringTransactionRuleTransactionRuleResponse. getTransactionRule()transactionRuleTransactionRuleTransactionRule. id(String id)The unique identifier of the transaction rule.TransactionRuleTransactionRule. interval(TransactionRuleInterval interval)intervalTransactionRuleTransactionRule. outcomeType(TransactionRule.OutcomeTypeEnum outcomeType)The [outcome](https://docs.adyen.com/issuing/transaction-rules#outcome) that will be applied when a transaction meets the conditions of the rule.TransactionRuleTransactionRule. reference(String reference)Your reference for the transaction rule.TransactionRuleTransactionRule. requestType(TransactionRule.RequestTypeEnum requestType)Indicates the type of request to which the rule applies.TransactionRuleTransactionRule. ruleRestrictions(TransactionRuleRestrictions ruleRestrictions)ruleRestrictionsTransactionRuleTransactionRule. score(Integer score)A positive or negative score applied to the transaction if it meets the conditions of the rule.TransactionRuleTransactionRule. startDate(String startDate)The date when the rule will start to be evaluated, in ISO 8601 extended offset date-time format.TransactionRuleTransactionRule. status(TransactionRule.StatusEnum status)The status of the transaction rule.TransactionRuleTransactionRule. type(TransactionRule.TypeEnum type)The [type of rule](https://docs.adyen.com/issuing/transaction-rules#rule-types), which defines if a rule blocks transactions based on individual characteristics or accumulates data.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)transactionRuleMethod 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)List of transaction rules. -
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
-