AppRevenueAttributionRecord object
Represents app revenue that was captured externally by the partner.
Required access
User must have applications permission.
On this page
Fields
-
amount (
MoneyV2!
)The financial amount captured in this attribution.
-
capturedOn (
Date!
)The date the financial amount was captured.
-
createdAt (
DateTime!
)The timestamp at which this revenue attribution was issued.
-
id (
ID!
)Globally unique identifier.
-
idempotencyKey (
String!
)The unique value submitted during the creation of the app revenue attribution record.
-
test (
Boolean!
)Indicates whether this is a test submission.
-
type (
AppRevenueAttributionType!
)The type of revenue attribution.
Types that return AppRevenueAttributionRecord
Mutations for AppRevenueAttributionRecord
-
Creates a record of the attributed revenue for the app.
-
Deletes a record of the attributed revenue for the app.
Implements
An auto-generated type for paginating through multiple AppRevenueAttributionRecords.
On this page
Fields
-
A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
Types that return AppRevenueAttributionRecord
Mutations for AppRevenueAttributionRecord
-
Creates a record of the attributed revenue for the app.
-
Deletes a record of the attributed revenue for the app.
An auto-generated type which holds one AppRevenueAttributionRecord and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
AppRevenueAttributionRecord!
)The item at the end of AppRevenueAttributionRecordEdge.
Types that return AppRevenueAttributionRecord
Mutations for AppRevenueAttributionRecord
-
Creates a record of the attributed revenue for the app.
-
Deletes a record of the attributed revenue for the app.