> ## Documentation Index
> Fetch the complete documentation index at: https://developer.qminder.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Billing

No description

```graphql theme={null}
type Billing {
  subscriptionDescription: String
  textMessagingAllowed: Boolean!
  subscription: AccountSubscription @deprecated
  subscriptions: AccountSubscriptions
  seats: Int
}
```

### Fields

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Billing</code>.<code class="gqlmd-mdx-entity-name">subscriptionDescription</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">String</code></span>](/reference/graphql/scalars/string) <mark class="gqlmd-mdx-badge">scalar</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Billing</code>.<code class="gqlmd-mdx-entity-name">textMessagingAllowed</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">Boolean!</code></span>](/reference/graphql/scalars/boolean) <mark class="gqlmd-mdx-badge">non-null</mark> <mark class="gqlmd-mdx-badge">scalar</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Billing</code>.<code class="gqlmd-mdx-entity-name">subscriptions</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">AccountSubscriptions</code></span>](/reference/graphql/objects/account-subscriptions) <mark class="gqlmd-mdx-badge">object</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Billing</code>.<code class="gqlmd-mdx-entity-name">seats</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">Int</code></span>](/reference/graphql/scalars/int) <mark class="gqlmd-mdx-badge">scalar</mark>

<details class="gqlmd-mdx-details">
  <summary class="gqlmd-mdx-details-summary"><span className="gqlmd-mdx-details-summary-open">DEPRECATED</span></summary>
</details>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Billing</code>.<code class="gqlmd-mdx-entity-name">subscription</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">AccountSubscription</code></span>](/reference/graphql/objects/account-subscription) <mark class="gqlmd-mdx-badge">deprecated</mark> <mark class="gqlmd-mdx-badge">object</mark>

<fieldset class="gqlmd-mdx-admonition-fieldset">
  <legend class="gqlmd-mdx-admonition-legend"><span class="gqlmd-mdx-admonition-legend-type gqlmd-mdx-admonition-legend-type-warning">⚠️ DEPRECATED</span></legend>

  <span>
    Use subscriptions \{ active } instead
  </span>
</fieldset>

undefined

### Member Of

[`Account`](/reference/graphql/objects/account)  <mark class="gqlmd-mdx-badge">object</mark>
