> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/graphql-api/api-reference/objects/subscription-account.md).

# SubscriptionAccount

### Fields

#### createdAt ([ISO8601DateTime](/graphql-api/api-reference/objects/iso-8601-date-time.md)!)

The date and time when the subscription account was created.

#### firstSubscription ([Subscription](/graphql-api/api-reference/objects/subscription.md))

The first subscription created for this account.

#### id ([ID](/graphql-api/api-reference/objects/id.md)!)

The id of the subscription account.

#### status ([SubscriptionAccountStatus](/graphql-api/api-reference/objects/subscription-account-status.md)!)

The current status of the subscription account.

#### subscriptions ([SubscriptionConnection](/graphql-api/api-reference/objects/subscription-connection.md))

List of subscriptions associated with this account.

| Argument                                                        | Description                                                             |
| --------------------------------------------------------------- | ----------------------------------------------------------------------- |
| after ([String](/graphql-api/api-reference/objects/string.md))  | Returns the elements in the list that come after the specified cursor.  |
| before ([String](/graphql-api/api-reference/objects/string.md)) | Returns the elements in the list that come before the specified cursor. |
| first ([Int](/graphql-api/api-reference/objects/int.md))        | Returns the first *n* elements from the list.                           |
| last ([Int](/graphql-api/api-reference/objects/int.md))         | Returns the last *n* elements from the list.                            |

#### updatedAt ([ISO8601DateTime](/graphql-api/api-reference/objects/iso-8601-date-time.md)!)

The date and time when the subscription account was last updated.
