Typescript SDK Type Docs
    Preparing search index...

    Interface SetAutomatedReversalConfigurationUpdateAction

    Sets the automated reversal configuration of a PaymentIntegration.

    interface SetAutomatedReversalConfigurationUpdateAction {
        action: "setAutomatedReversalConfiguration";
        automatedReversalConfiguration?: AutomatedReversalConfiguration;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setAutomatedReversalConfiguration"

    Type of update action to be performed on the PaymentIntegration.

    automatedReversalConfiguration?: AutomatedReversalConfiguration

    Value to set as the automated reversal configuration of the PaymentIntegration.