TransactionRuleInfo |
TransactionRuleInfo.aggregationLevel(String aggregationLevel) |
The level at which data must be accumulated, used in rules with `type` **velocity** or **maxUsage**.
|
TransactionRuleInfo |
TransactionRuleInfo.description(String description) |
Your description for the transaction rule.
|
TransactionRuleInfo |
TransactionRuleInfo.endDate(String endDate) |
The date when the rule will stop being evaluated, in ISO 8601 extended offset date-time format.
|
TransactionRuleInfo |
TransactionRuleInfo.entityKey(TransactionRuleEntityKey entityKey) |
entityKey
|
static TransactionRuleInfo |
TransactionRuleInfo.fromJson(String jsonString) |
Create an instance of TransactionRuleInfo given an JSON string
|
TransactionRuleInfo |
TransactionRuleInfo.interval(TransactionRuleInterval interval) |
interval
|
TransactionRuleInfo |
TransactionRuleInfo.outcomeType(TransactionRuleInfo.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.
|
TransactionRuleInfo |
TransactionRuleInfo.reference(String reference) |
Your reference for the transaction rule.
|
TransactionRuleInfo |
TransactionRuleInfo.requestType(TransactionRuleInfo.RequestTypeEnum requestType) |
Indicates the type of request to which the rule applies.
|
TransactionRuleInfo |
TransactionRuleInfo.ruleRestrictions(TransactionRuleRestrictions ruleRestrictions) |
ruleRestrictions
|
TransactionRuleInfo |
TransactionRuleInfo.score(Integer score) |
A positive or negative score applied to the transaction if it meets the conditions of the rule.
|
TransactionRuleInfo |
TransactionRuleInfo.startDate(String startDate) |
The date when the rule will start to be evaluated, in ISO 8601 extended offset date-time format.
|
TransactionRuleInfo |
TransactionRuleInfo.status(TransactionRuleInfo.StatusEnum status) |
The status of the transaction rule.
|
TransactionRuleInfo |
TransactionRuleInfo.type(TransactionRuleInfo.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.
|