Typescript SDK Type Docs
    Preparing search index...

    Interface SetAutomatedReversalConfigurationStatusUpdateAction

    Sets the automated reversal configuration status of a PaymentIntegration.

    interface SetAutomatedReversalConfigurationStatusUpdateAction {
        action: "setAutomatedReversalConfigurationStatus";
        status: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setAutomatedReversalConfigurationStatus"

    Type of update action to be performed on the PaymentIntegration.

    status: string

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