| Name | Type | Description | Notes |
|---|---|---|---|
| resource | string | Resource type name for this list, always "balance_transaction_list". | |
| data | \Komoju\Model\Transaction[] | Array of ledger transaction objects. | |
| start_time | \DateTime | Start of the time range for records in this response. | |
| end_time | \DateTime | End of the time range for records in this response. | |
| total | int | Total number of records matching the query. | |
| page | int | Current page number. | |
| per_page | int | Number of results per page. | |
| last_page | int | Last available page number. | |
| [Back to Model list] [Back to API list] [Back to README] |