TransactionRulesResult |
TransactionRulesResult.addTriggeredTransactionRulesItem(TransactionEventViolation triggeredTransactionRulesItem) |
|
TransactionRulesResult |
TransactionRulesResult.advice(String advice) |
The advice given by the Risk analysis.
|
TransactionRulesResult |
TransactionRulesResult.allHardBlockRulesPassed(Boolean allHardBlockRulesPassed) |
Indicates whether the transaction passed the evaluation for all hardblock rules
|
static TransactionRulesResult |
TransactionRulesResult.fromJson(String jsonString) |
Create an instance of TransactionRulesResult given an JSON string
|
TransactionRulesResult |
TransferData.getTransactionRulesResult() |
Get transactionRulesResult
|
TransactionRulesResult |
TransactionRulesResult.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
TransactionRulesResult |
TransactionRulesResult.score(Integer score) |
The score of the Risk analysis.
|
TransactionRulesResult |
TransactionRulesResult.triggeredTransactionRules(List<TransactionEventViolation> triggeredTransactionRules) |
Array containing all the transaction rules that the transaction triggered.
|