mirror of
https://github.com/stoatchat/rust-mollie-sdk.git
synced 2026-07-01 05:09:43 -04:00
1.5 KiB
1.5 KiB
EntityBalanceReport
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| resource | Option<String> | Indicates the response contains a balance report object. Will always contain the string balance-report for this endpoint. |
[optional][readonly] |
| balance_id | Option<String> | [optional] | |
| time_zone | Option<String> | The time zone used for the from and until parameters. Currently only time zone Europe/Amsterdam is supported. |
[optional] |
| from | Option<String> | The start date of the report, in YYYY-MM-DD format. The from date is 'inclusive', and in Central European Time. This means a report with for example from=2024-01-01 will include movements of 2024-01-01 00:00:00 CET and onwards. |
[optional] |
| until | Option<String> | The end date of the report, in YYYY-MM-DD format. The until date is 'exclusive', and in Central European Time. This means a report with for example until=2024-02-01 will include movements up until 2024-01-31 23:59:59 CET. |
[optional] |
| grouping | Option<models::BalanceReportGrouping> | [optional] | |
| totals | Option<models::EntityBalanceReportTotals> | [optional] | |
| _links | Option<models::EntityBalanceLinks> | [optional] |