TransactionWindowStats
Rolling 7-day transaction aggregates: the trailing 7 days (current)
vs the 7 days before that (previous), for trend comparison.
Populated only when a list endpoint is called with with_data=true
(GET /v2/accounts and GET /v2/terminals); None otherwise.
- currentType: object · RollingWindow
A single rolling window's transaction aggregates.
countis the number of distinct transactions (latest event pertransaction_id) whose latest event falls in the window;volumeis the summedtotal_amount(cents) over those same transactions.- countType: integer · Count
Integer numbers.
- volumeType: integer · Volume
Integer numbers.
- previousType: object · RollingWindow
A single rolling window's transaction aggregates.
countis the number of distinct transactions (latest event pertransaction_id) whose latest event falls in the window;volumeis the summedtotal_amount(cents) over those same transactions.- countType: integer · Count
Integer numbers.
- volumeType: integer · Volume
Integer numbers.

