Typescript SDK Type Docs
    Preparing search index...

    Interface ConnectorDeploymentReference

    Reference to a connector deployment for the payment integration.

    interface ConnectorDeploymentReference {
        id: string;
        typeId: string;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced Connect Deployment.

    typeId: string

    Type identifier, always deployment for Connector deployment references.