stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > AppPurchase

AdminTypes.AppPurchase interface

Services and features purchased once by the store.

Signature:

export interface AppPurchase 

Properties

Property Modifiers Type Description
createdAt   Scalars[‘DateTime’][‘output’] The date and time when the app purchase occurred.
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.