Enum TransactionRule.OutcomeTypeEnum

  • All Implemented Interfaces:
    Serializable, Comparable<TransactionRule.OutcomeTypeEnum>
    Enclosing class:
    TransactionRule

    public static enum TransactionRule.OutcomeTypeEnum
    extends Enum<TransactionRule.OutcomeTypeEnum>
    The [outcome](https://docs.adyen.com/issuing/transaction-rules#outcome) that will be applied when a transaction meets the conditions of the rule. Possible values: * **hardBlock**: the transaction is declined. * **scoreBased**: the transaction is assigned the `score` you specified. Adyen calculates the total score and if it exceeds 100, the transaction is declined. Default value: **hardBlock**. > **scoreBased** is not allowed when `requestType` is **bankTransfer**.