NetworkTokenTransactionRulesResult |
NetworkTokenTransactionRulesResult.addTriggeredTransactionRulesItem(NetworkTokenTriggeredRiskRule triggeredTransactionRulesItem) |
|
NetworkTokenTransactionRulesResult |
NetworkTokenTransactionRulesResult.advice(String advice) |
The advice given by the Risk analysis.
|
NetworkTokenTransactionRulesResult |
NetworkTokenTransactionRulesResult.allHardBlockRulesPassed(Boolean allHardBlockRulesPassed) |
Indicates whether the transaction passed all rules with `outcomeType` **hardBlock**.
|
static NetworkTokenTransactionRulesResult |
NetworkTokenTransactionRulesResult.fromJson(String jsonString) |
Create an instance of NetworkTokenTransactionRulesResult given an JSON string
|
NetworkTokenTransactionRulesResult |
NetworkTokenNotificationDataV2.getTransactionRulesResult() |
Get transactionRulesResult
|
NetworkTokenTransactionRulesResult |
NetworkTokenTransactionRulesResult.score(Integer score) |
The score of the Risk analysis.
|
NetworkTokenTransactionRulesResult |
NetworkTokenTransactionRulesResult.triggeredTransactionRules(List<NetworkTokenTriggeredRiskRule> triggeredTransactionRules) |
Contains a list of all triggered transaction rules and the corresponding data.
|