Update December 9, 2024 (#127)

This commit is contained in:
Kirill
2025-01-10 18:07:03 +03:00
committed by GitHub
parent 32bd7748ec
commit 8173450413
3 changed files with 15 additions and 7 deletions

View File

@@ -305,10 +305,10 @@ type ListTransactionsResult struct {
// Transactions infromation
Operations []ListTransactionsResultOperation `json:"operations"`
// Number of pages
// Number of pages. If 0, there are no more pages
PageCount int64 `json:"page_count"`
// Number of products
// Number of transactions on all pages. If 0, there are no more transactions
RowCount int64 `json:"row_count"`
}