Typescript SDK Type Docs
    Preparing search index...

    Interface SetPredicateUpdateAction

    Sets the predicate of a PaymentIntegration.

    interface SetPredicateUpdateAction {
        action: "setPredicate";
        predicate?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setPredicate"

    Type of update action to be performed on the PaymentIntegration.

    predicate?: string

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