Typescript SDK Type Docs
    Preparing search index...

    Interface SetConnectorDeploymentUpdateAction

    Sets the connector deployment reference of a PaymentIntegration.

    interface SetConnectorDeploymentUpdateAction {
        action: "setConnectorDeployment";
        connectorDeployment: ConnectorDeploymentReference;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setConnectorDeployment"

    Type of update action to be performed on the PaymentIntegration.

    connectorDeployment: ConnectorDeploymentReference

    Value to set as the connector deployment reference of the PaymentIntegration.