Uses of Class
com.adyen.model.balanceplatform.TransactionRuleInfo.OutcomeTypeEnum
-
Packages that use TransactionRuleInfo.OutcomeTypeEnum Package Description com.adyen.model.balanceplatform -
-
Uses of TransactionRuleInfo.OutcomeTypeEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return TransactionRuleInfo.OutcomeTypeEnum Modifier and Type Method Description static TransactionRuleInfo.OutcomeTypeEnumTransactionRuleInfo.OutcomeTypeEnum. fromValue(String value)TransactionRuleInfo.OutcomeTypeEnumTransactionRuleInfo. getOutcomeType()The [outcome](https://docs.adyen.com/issuing/transaction-rules#outcome) that will be applied when a transaction meets the conditions of the rule.static TransactionRuleInfo.OutcomeTypeEnumTransactionRuleInfo.OutcomeTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionRuleInfo.OutcomeTypeEnum[]TransactionRuleInfo.OutcomeTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.balanceplatform with parameters of type TransactionRuleInfo.OutcomeTypeEnum Modifier and Type Method Description TransactionRuleInfoTransactionRuleInfo. outcomeType(TransactionRuleInfo.OutcomeTypeEnum outcomeType)The [outcome](https://docs.adyen.com/issuing/transaction-rules#outcome) that will be applied when a transaction meets the conditions of the rule.voidTransactionRuleInfo. setOutcomeType(TransactionRuleInfo.OutcomeTypeEnum outcomeType)The [outcome](https://docs.adyen.com/issuing/transaction-rules#outcome) that will be applied when a transaction meets the conditions of the rule.
-