ENUM
AggregateKey
Indicates what has been aggregated.
link GraphQL Schema definition
- enum AggregateKey {
- # The number of accounts with a given account status.
- # The average revenue per user.
- # The number of active customers.
- # The number of inactive customers.
- # The number customer accounts that are delinquent.
- # The percentage of active customers who have delinquent accounts.
- # The total current recurring revenue.
- # The total current recurring discounts.
- # The total debits for the day excluding adjustments.
- # The total debits from adjustments for the day.
- # The total discounts/credits for the day excluding adjustments.
- # The total discounts/credits from adjustments for the day.
- # The total payments for the day.
- # The total current amount due on invoices.
- }