Home > @infiniteobjects/shopify-data-manager > AdminTypes > AppSubscriptionLineItem
The plan attached to an app subscription.
Signature:
export interface AppSubscriptionLineItem
| Property | Modifiers | Type | Description |
|---|---|---|---|
| id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
| plan | AppPlanV2 | The pricing model for the app subscription. | |
| usageRecords | AppUsageRecordConnection | A list of the store’s usage records for a usage pricing plan. |