Type alias TriggerSubscriptionUsageSyncInput

TriggerSubscriptionUsageSyncInput: { customerId: Scalars["String"]; environmentId?: InputMaybe<Scalars["String"]>; resourceId?: InputMaybe<Scalars["String"]> }

Input for triggering usage sync

Type declaration

  • customerId: Scalars["String"]

    The customer id to trigger usage sync for

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

    The environment id to trigger usage sync for

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

    The resource id to trigger usage sync for