BookkeepingActivityPeriodDto
The provider's activity figures over one time bucket.
Properties
| Name | Type | Description |
|---|---|---|
| duration | string | The provider's name for the time bucket — the join key against the quality buckets. |
The provider's name for the time bucket — the join key against the quality buckets. | ||
| turnover | number | Net turnover movement for the bucket. Can be negative — it is a net movement, not "sales" — |
Net turnover movement for the bucket. Can be negative — it is a net movement, not "sales" — | ||
| transactionCount | integer | Total transactions in the bucket. |
Total transactions in the bucket. | ||
| invoices | integer | |
| bills | integer | |
| creditNotes | integer | |
| journals | integer | |
| bankTransactions | integer | Bank transactions in the bucket. |
Bank transactions in the bucket. | ||
JSON Example
{
"duration": "string",
"turnover": 0,
"transactionCount": 0,
"invoices": 0,
"bills": 0
}