Dictionary

A dictionary with fields

Field Type Description
amount Int An integer value
gram Int An integer value
price_unit_average Int An integer value
price_total Int An integer value

Examples

Example 1

{
    "amount": 15,
    "gram": 11,
    "price_unit_average": 10,
    "price_total": 15
}
This is a development version Do not use this version in production
1.10.0 development