Typescript SDK Type Docs
    Preparing search index...

    Interface SetAutomatedReversalConfigurationPredicateUpdateAction

    Sets the automated reversal configuration predicate of a PaymentIntegration.

    interface SetAutomatedReversalConfigurationPredicateUpdateAction {
        action: "setAutomatedReversalConfigurationPredicate";
        predicate?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setAutomatedReversalConfigurationPredicate"

    Type of update action to be performed on the PaymentIntegration.

    predicate?: string

    Value to set. If empty, any existing value will be removed.