> ## 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.

# AccountSubscription

No description

```graphql theme={null}
type AccountSubscription {
  plan: String
  product: String
  amount: Long
  paymentInterval: PaymentInterval
}
```

### Fields

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">AccountSubscription</code>.<code class="gqlmd-mdx-entity-name">plan</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">AccountSubscription</code>.<code class="gqlmd-mdx-entity-name">product</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">AccountSubscription</code>.<code class="gqlmd-mdx-entity-name">amount</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">Long</code></span>](/reference/graphql/scalars/long) <mark class="gqlmd-mdx-badge">scalar</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">AccountSubscription</code>.<code class="gqlmd-mdx-entity-name">paymentInterval</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">PaymentInterval</code></span>](/reference/graphql/enums/payment-interval) <mark class="gqlmd-mdx-badge">enum</mark>

### Member Of

[`AccountSubscriptions`](/reference/graphql/objects/account-subscriptions)  <mark class="gqlmd-mdx-badge">object</mark><span class="gqlmd-mdx-bullet"> ● </span>[`Billing`](/reference/graphql/objects/billing)  <mark class="gqlmd-mdx-badge">object</mark>
