LinkedPayable (object)
A payable (invoice, credit note, dunning, receipt) linked to a bank transaction.
| Feld | Typ | Beschreibung | ||||||
|---|---|---|---|---|---|---|---|---|
| amount_cents* | integer | — | ||||||
| amount_open_cents* | integer | Open amount on the document in cents | ||||||
| amount_total_cents* | integer | Total document amount in cents | ||||||
| contact_avatar | object |
| ||||||
| contact_id | integer | — | ||||||
| contact_name | string | — | ||||||
| currency_code | string | — | ||||||
| document_date | string (date) | — | ||||||
| id* | integer | Document payment id | ||||||
| payable_id* | integer | — | ||||||
| payable_label* | string | Display label e.g. invoice number | ||||||
| payable_type* | string | string
| ||||||
| payment_date* | string | Date in Y-m-d format |
Beispiel (JSON)
{
"id": 0,
"payable_type": "Invoice",
"payable_id": 0,
"amount_cents": 0,
"currency_code": "string",
"payment_date": "2025-01-14T00:00:00.000Z",
"payable_label": "string",
"amount_total_cents": 0,
"amount_open_cents": 0
}