Transaction
The representation of a transaction is called a Transaction object. Transactions are identified by a unique incremental ID.
Attribute
Type
Description
id
integer
Unique identifier for the transaction.
number
string
Number of the transaction.
reference
string
Reference of the transaction.
date
date
Date of the transaction.
user
string
User that created the transaction.
creation_date
date
Created date.
creation_time
time
Created time.
description
string
Description of transaction.
name
string
Name of transaction.
period
string
Period of transaction.
code
integer
Code of transaction.
details
array
Details of the transaction (account,reference,amount,currency,credit).
labels
string
Comma separated lists of all labels linked to this transaction.
Last updated