Uses of Class
com.adyen.model.balanceplatform.ActiveNetworkTokensRestriction
-
Packages that use ActiveNetworkTokensRestriction Package Description com.adyen.model.balanceplatform -
-
Uses of ActiveNetworkTokensRestriction in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return ActiveNetworkTokensRestriction Modifier and Type Method Description static ActiveNetworkTokensRestrictionActiveNetworkTokensRestriction. fromJson(String jsonString)Create an instance of ActiveNetworkTokensRestriction given an JSON stringActiveNetworkTokensRestrictionTransactionRuleRestrictions. getActiveNetworkTokens()activeNetworkTokensActiveNetworkTokensRestrictionActiveNetworkTokensRestriction. operation(String operation)Defines how the condition must be evaluated.ActiveNetworkTokensRestrictionActiveNetworkTokensRestriction. value(Integer value)The number of tokens.Methods in com.adyen.model.balanceplatform with parameters of type ActiveNetworkTokensRestriction Modifier and Type Method Description TransactionRuleRestrictionsTransactionRuleRestrictions. activeNetworkTokens(ActiveNetworkTokensRestriction activeNetworkTokens)activeNetworkTokensvoidTransactionRuleRestrictions. setActiveNetworkTokens(ActiveNetworkTokensRestriction activeNetworkTokens)activeNetworkTokens
-