SubscriptionAccount
A customer account that can manage multiple subscriptions in the system. It tracks the overall account status and provides access to all associated subscriptions.
Fields
createdAt (ISO8601DateTime!)
The date and time when the subscription account was created.
firstSubscription (Subscription)
The first subscription created for this account.
id (ID!)
The id of the subscription account.
status (SubscriptionAccountStatus!)
The current status of the subscription account.
subscriptions (SubscriptionConnection)
List of subscriptions associated with this account.
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
Returns the last n elements from the list.
updatedAt (ISO8601DateTime!)
The date and time when the subscription account was last updated.
Last updated
Was this helpful?