@stigg/js-client-sdk - v3.93.0

    Type Alias DelegateSubscriptionToCustomerInput

    The input for delegating a subscription to a customer

    type DelegateSubscriptionToCustomerInput = {
        destinationCustomerId?: InputMaybe<Scalars["String"]>;
        environmentId?: InputMaybe<Scalars["UUID"]>;
        subscriptionId: Scalars["String"];
    }
    Index

    Properties

    destinationCustomerId?: InputMaybe<Scalars["String"]>

    The customer ID which will manage the subscription (the paying customer of the subscription will not change)

    environmentId?: InputMaybe<Scalars["UUID"]>

    The environment ID of the subscription to delegate

    subscriptionId: Scalars["String"]

    The ID of the subscription to delegate

    MMNEPVFCICPMFPCPTTAAATR