Home > @infiniteobjects/shopify-data-manager > AdminTypes > AppRevenueAttributionType
Represents the billing types of revenue attribution.
Signature:
export declare enum AppRevenueAttributionType
Member | Value | Description |
---|---|---|
ApplicationPurchase | "APPLICATION_PURCHASE" |
App purchase related revenue collection. |
ApplicationSubscription | "APPLICATION_SUBSCRIPTION" |
App subscription revenue collection. |
ApplicationUsage | "APPLICATION_USAGE" |
App usage-based revenue collection. |
Other | "OTHER" |
Other app revenue collection type. |