Uses of Class
com.adyen.model.balanceplatform.TransactionRuleEntityKey
-
Packages that use TransactionRuleEntityKey Package Description com.adyen.model.balanceplatform -
-
Uses of TransactionRuleEntityKey in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return TransactionRuleEntityKey Modifier and Type Method Description TransactionRuleEntityKeyTransactionRuleEntityKey. entityReference(String entityReference)The unique identifier of the resource.TransactionRuleEntityKeyTransactionRuleEntityKey. entityType(String entityType)The type of resource.static TransactionRuleEntityKeyTransactionRuleEntityKey. fromJson(String jsonString)Create an instance of TransactionRuleEntityKey given an JSON stringTransactionRuleEntityKeyTransactionRule. getEntityKey()entityKeyTransactionRuleEntityKeyTransactionRuleInfo. getEntityKey()entityKeyMethods in com.adyen.model.balanceplatform with parameters of type TransactionRuleEntityKey Modifier and Type Method Description TransactionRuleTransactionRule. entityKey(TransactionRuleEntityKey entityKey)entityKeyTransactionRuleInfoTransactionRuleInfo. entityKey(TransactionRuleEntityKey entityKey)entityKeyvoidTransactionRule. setEntityKey(TransactionRuleEntityKey entityKey)entityKeyvoidTransactionRuleInfo. setEntityKey(TransactionRuleEntityKey entityKey)entityKey
-