@nevermined-io/payments
    Preparing search index...

    Type Alias PublicationOptions

    Options accepted by publication methods (registerAgent, registerAgentAndPlan, registerPlan, …) that want to override the active organization workspace for a single call.

    type PublicationOptions = {
        organizationId?: string;
    }
    Index

    Properties

    Properties

    organizationId?: string

    Organization id (e.g. org-…) to publish into. When set, the SDK sends an X-Current-Org-Id header for this call only — the caller's instance-level pin (set via Payments.setOrganizationId) is not affected.