Home > @infiniteobjects/shopify-data-manager > AdminTypes > AppCredit
App credits can be applied by the merchant towards future app purchases, subscriptions, or usage records in Shopify.
Signature:
export interface AppCredit extends Node
Extends: Node
Property | Modifiers | Type | Description |
---|---|---|---|
amount | MoneyV2 | The amount that can be used towards future app purchases in Shopify. | |
createdAt | Scalars[‘DateTime’][‘output’] | The date and time when the app credit was created. | |
description | Scalars[‘String’][‘output’] | The description of the app credit. | |
id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
test | Scalars[‘Boolean’][‘output’] | Whether the app credit is a test transaction. |