Home > @infiniteobjects/shopify-data-manager > AdminTypes > AppPurchaseOneTime
Services and features purchased once by a store.
Signature:
export interface AppPurchaseOneTime extends AppPurchase, Node
Extends: AppPurchase, Node
| Property | Modifiers | Type | Description |
|---|---|---|---|
| createdAt | Scalars[‘DateTime’][‘output’] | The date and time when the app purchase occurred. | |
| id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
| name | Scalars[‘String’][‘output’] | The name of the app purchase. | |
| price | MoneyV2 | The amount to be charged to the store for the app purchase. | |
| status | AppPurchaseStatus | `${AppPurchaseStatus}` | The status of the app purchase. | |
| test | Scalars[‘Boolean’][‘output’] | Whether the app purchase is a test transaction. |