# SubscriptionAccount

### Fields

#### createdAt ([ISO8601DateTime](https://developer.firmhouse.com/graphql-api/api-reference/objects/iso-8601-date-time)!)

The date and time when the subscription account was created.

#### firstSubscription ([Subscription](https://developer.firmhouse.com/graphql-api/api-reference/objects/subscription))

The first subscription created for this account.

#### id ([ID](https://developer.firmhouse.com/graphql-api/api-reference/objects/id)!)

The id of the subscription account.

#### status ([SubscriptionAccountStatus](https://developer.firmhouse.com/graphql-api/api-reference/objects/subscription-account-status)!)

The current status of the subscription account.

#### subscriptions ([SubscriptionConnection](https://developer.firmhouse.com/graphql-api/api-reference/objects/subscription-connection))

List of subscriptions associated with this account.

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

#### updatedAt ([ISO8601DateTime](https://developer.firmhouse.com/graphql-api/api-reference/objects/iso-8601-date-time)!)

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