Uses of Class
com.adyen.model.relayedauthorizationwebhooks.TransactionScoring
-
Packages that use TransactionScoring Package Description com.adyen.model.relayedauthorizationwebhooks -
-
Uses of TransactionScoring in com.adyen.model.relayedauthorizationwebhooks
Methods in com.adyen.model.relayedauthorizationwebhooks that return TransactionScoring Modifier and Type Method Description static TransactionScoringTransactionScoring. fromJson(String jsonString)Create an instance of TransactionScoring given an JSON stringTransactionScoringTransactionScoring. type(String type)The type of score.TransactionScoringTransactionScoring. value(String value)The value of the score.Methods in com.adyen.model.relayedauthorizationwebhooks that return types with arguments of type TransactionScoring Modifier and Type Method Description List<TransactionScoring>RelayedAuthorisationRequest. getScores()The list of transaction scores.Methods in com.adyen.model.relayedauthorizationwebhooks with parameters of type TransactionScoring Modifier and Type Method Description RelayedAuthorisationRequestRelayedAuthorisationRequest. addScoresItem(TransactionScoring scoresItem)Method parameters in com.adyen.model.relayedauthorizationwebhooks with type arguments of type TransactionScoring Modifier and Type Method Description RelayedAuthorisationRequestRelayedAuthorisationRequest. scores(List<TransactionScoring> scores)The list of transaction scores.voidRelayedAuthorisationRequest. setScores(List<TransactionScoring> scores)The list of transaction scores.
-