Uses of Class
com.adyen.model.configurationwebhooks.NetworkTokenRiskRuleData
-
Packages that use NetworkTokenRiskRuleData Package Description com.adyen.model.configurationwebhooks -
-
Uses of NetworkTokenRiskRuleData in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return NetworkTokenRiskRuleData Modifier and Type Method Description NetworkTokenRiskRuleDataNetworkTokenRiskRuleData. description(String description)The description of the transaction rule.static NetworkTokenRiskRuleDataNetworkTokenRiskRuleData. fromJson(String jsonString)Create an instance of NetworkTokenRiskRuleData given an JSON stringNetworkTokenRiskRuleDataNetworkTokenTriggeredRiskRule. getTransactionRule()Get transactionRuleNetworkTokenRiskRuleDataNetworkTokenRiskRuleData. id(String id)The unique identifier of the transaction rule.NetworkTokenRiskRuleDataNetworkTokenRiskRuleData. outcomeType(String outcomeType)The outcome type of the transaction rule.NetworkTokenRiskRuleDataNetworkTokenRiskRuleData. reference(String reference)The reference for the transaction rule.NetworkTokenRiskRuleDataNetworkTokenRiskRuleData. score(Integer score)The transaction score determined by the rule.Methods in com.adyen.model.configurationwebhooks with parameters of type NetworkTokenRiskRuleData Modifier and Type Method Description voidNetworkTokenTriggeredRiskRule. setTransactionRule(NetworkTokenRiskRuleData transactionRule)transactionRuleNetworkTokenTriggeredRiskRuleNetworkTokenTriggeredRiskRule. transactionRule(NetworkTokenRiskRuleData transactionRule)transactionRule
-