Type alias DelegateSubscriptionToCustomerInput

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

The input for delegating a subscription to a customer

Type declaration

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

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

  • Optional environmentId?: InputMaybe<Scalars["String"]>

    The environment ID of the subscription to delegate

  • subscriptionId: Scalars["String"]

    The ID of the subscription to delegate