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

# PaymentMethod

No description

```graphql theme={null}
enum PaymentMethod {
  STRIPE
  INVOICE
}
```

### Values

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">PaymentMethod</code>.<code class="gqlmd-mdx-entity-name">STRIPE</code></span>](#)

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">PaymentMethod</code>.<code class="gqlmd-mdx-entity-name">INVOICE</code></span>](#)

### Member Of

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