Name / Description | Type / Format | Example | |
---|---|---|---|
description
|
string
|
"string"
|
|
from
|
integer
int32
|
0
|
|
to
|
integer
int32
|
0
|
|
price
|
number
double
|
0.0
|
|
id
The unique id of the object
|
string
uuid
|
"string"
|
{
"description": "string",
"from": 0,
"to": 0,
"price": 0.0,
"id": "string"
}