banks2ff/gocardless-bankaccount-data-api/docs/BankTransactions.md
Jacob Kiers 80849a9eef Fix bug in official Gocardless API definition
The official Gocardless API definition indicates that transactions are
directly output to an array.

Instead, they are wrapped in a transactions key.

This made the code fail to retrieve transactions, because they could not
be correctly serialized.

This is now fixed in the API definition, and the API code is also
regenerated.

Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-10-04 20:34:27 +02:00

12 lines
403 B
Markdown

# BankTransactions
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**transactions** | Option<[**models::BankTransaction**](BankTransaction.md)> | BankTransaction | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)