Uses of Class
com.adyen.model.balanceplatform.MatchingValuesRestriction
-
Packages that use MatchingValuesRestriction Package Description com.adyen.model.balanceplatform -
-
Uses of MatchingValuesRestriction in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return MatchingValuesRestriction Modifier and Type Method Description MatchingValuesRestrictionMatchingValuesRestriction. addValueItem(MatchingValuesRestriction.ValueEnum valueItem)static MatchingValuesRestrictionMatchingValuesRestriction. fromJson(String jsonString)Create an instance of MatchingValuesRestriction given an JSON stringMatchingValuesRestrictionTransactionRuleRestrictions. getMatchingValues()matchingValuesMatchingValuesRestrictionMatchingValuesRestriction. operation(String operation)Defines how the condition must be evaluated.MatchingValuesRestrictionMatchingValuesRestriction. value(List<MatchingValuesRestriction.ValueEnum> value)valueMethods in com.adyen.model.balanceplatform with parameters of type MatchingValuesRestriction Modifier and Type Method Description TransactionRuleRestrictionsTransactionRuleRestrictions. matchingValues(MatchingValuesRestriction matchingValues)matchingValuesvoidTransactionRuleRestrictions. setMatchingValues(MatchingValuesRestriction matchingValues)matchingValues
-