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 for one billing period.
- # The average revenue per user for a year. This factors in varying service period
- # durations on accounts.
- # 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 for one billing period.
- # The total current recurring discounts for one billing period.
- # The total current recurring revenue for a year. This factors in varying service
- # period durations on accounts.
- # The total current recurring discounts for a year. This factors in varying
- # service period durations on accounts.
- # 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.
- }