Dictionary

A dictionary with fields

Field Type Description
cost Float
bankAccountNr String A String value
returned Bool A boolean value
refunded Bool A boolean value

Examples

Example 1

{
    "cost": 9.67,
    "bankAccountNr": "...",
    "returned": false,
    "refunded": false
}
This is a development version Do not use this version in production
1.10.0 development