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

# Account

No description

```graphql theme={null}
type Account {
  id: ID!
  name: String
  segment: String
  created: Date!
  locations: [Location!]!
  paymentMethod: PaymentMethod
  hipaa: Boolean!
  features: [String!]
  billing: Billing!
  trialEnds: Date
}
```

### Fields

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Account</code>.<code class="gqlmd-mdx-entity-name">id</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">ID!</code></span>](/reference/graphql/scalars/id) <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">Account</code>.<code class="gqlmd-mdx-entity-name">name</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">Account</code>.<code class="gqlmd-mdx-entity-name">segment</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">Account</code>.<code class="gqlmd-mdx-entity-name">created</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">Date!</code></span>](/reference/graphql/scalars/date) <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">Account</code>.<code class="gqlmd-mdx-entity-name">locations</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">\[Location!\]!</code></span>](/reference/graphql/objects/location) <mark class="gqlmd-mdx-badge">non-null</mark> <mark class="gqlmd-mdx-badge">object</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Account</code>.<code class="gqlmd-mdx-entity-name">paymentMethod</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">PaymentMethod</code></span>](/reference/graphql/enums/payment-method) <mark class="gqlmd-mdx-badge">enum</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Account</code>.<code class="gqlmd-mdx-entity-name">hipaa</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">Account</code>.<code class="gqlmd-mdx-entity-name">features</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">list</mark> <mark class="gqlmd-mdx-badge">scalar</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Account</code>.<code class="gqlmd-mdx-entity-name">billing</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">Billing!</code></span>](/reference/graphql/objects/billing) <mark class="gqlmd-mdx-badge">non-null</mark> <mark class="gqlmd-mdx-badge">object</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Account</code>.<code class="gqlmd-mdx-entity-name">trialEnds</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">Date</code></span>](/reference/graphql/scalars/date) <mark class="gqlmd-mdx-badge">scalar</mark>

### Returned By

[`account`](/reference/graphql/queries/account)  <mark class="gqlmd-mdx-badge">query</mark>
