Circle V2 API Docs
    Preparing search index...

    Type Alias CreateFacilityWithIntegrationParams

    type CreateFacilityWithIntegrationParams = {
        entityId: EntityId;
        integration: {
            createdBy: UserId;
            credentials: IntegrationCredentials;
            label?: string;
            type: IntegrationType;
        };
        name: string;
    }
    Index

    Properties

    entityId: EntityId
    integration: {
        createdBy: UserId;
        credentials: IntegrationCredentials;
        label?: string;
        type: IntegrationType;
    }
    name: string