RollingWindow
A single rolling window's transaction aggregates.
count is the number of distinct transactions (latest event per
transaction_id) whose latest event falls in the window; volume is
the summed total_amount (cents) over those same transactions.
- countType: integer · Count
Integer numbers.
- volumeType: integer · Volume
Integer numbers.

