Typescript SDK Type Docs
    Preparing search index...

    Interface SetStatusUpdateAction

    Sets the status of a PaymentIntegration.

    interface SetStatusUpdateAction {
        action: "setStatus";
        status: PaymentIntegrationStatus;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setStatus"

    Type of update action to be performed on the PaymentIntegration.

    Value to set as the status of the PaymentIntegration.