stack

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

AdminTypes.AppRevenueAttributionRecord interface

Represents app revenue that was captured externally by the partner.

Signature:

export interface AppRevenueAttributionRecord extends Node 

Extends: Node

Properties

Property Modifiers Type Description
amount   MoneyV2 The financial amount captured in this attribution.
capturedAt   Scalars[‘DateTime’][‘output’] The timestamp when the financial amount was captured.
createdAt   Scalars[‘DateTime’][‘output’] The timestamp at which this revenue attribution was issued.
id   Scalars[‘ID’][‘output’] A globally-unique ID.
idempotencyKey   Scalars[‘String’][‘output’] The unique value submitted during the creation of the app revenue attribution record. For more information, refer to [Idempotent requests](https://shopify.dev/api/usage/idempotent-requests).
test   Scalars[‘Boolean’][‘output’] Indicates whether this is a test submission.
type   AppRevenueAttributionType | `${AppRevenueAttributionType}` The type of revenue attribution.