ListTransferCandidates200Response (object)
| Feld | Typ | Beschreibung | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| data* | object[] | array Elemente Summary of the paired bank transaction in an internal account transfer (Umbuchung).
|
Beispiel (JSON)
{
"data": [
{
"id": 0,
"bank_account_id": 0,
"transaction_date": "2025-01-14T13:51:15.000Z",
"amount_cents": 0,
"currency_code": "string",
"counterparty_name": "string"
}
]
}