OBJECT
SalesTrendsTotals
Sales Trends Totals
link GraphQL Schema definition
- type SalesTrendsTotals implements SalesTrend {
- # Number of album sales
- Float :
- # Asset type associated with the report
- String! :
- # Gross revenue for the month
- Float! :
- # Objects Identifier
- ID! :
- # Media type associated with the report
- String! :
- # Net revenue for the month
- Float! :
- # Number of streams
- Int! :
- # Number of track sales
- Float! :
- }
link Require by
This element is not required by anyone