Name / Description | Type / Format | Example | |
---|---|---|---|
amount
|
number
double
|
0.0
|
|
date
|
string
date
|
"2024-11-21"
|
|
id
The unique id of the object
|
string
uuid
|
"string"
|
{
"amount": 0.0,
"date": "2024-11-21",
"id": "string"
}