Typescript SDK Type Docs
    Preparing search index...

    Interface AutomatedReversalConfiguration

    Configuration for automated reversal of payments.

    interface AutomatedReversalConfiguration {
        predicate?: string;
        status: string;
    }
    Index

    Properties

    Properties

    predicate?: string

    Cart-based predicate in JSONata format to determine when automated reversal should be applied.

    status: string

    Indicates whether the automated reversal configuration is active or not.