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": true,
    "refunded": true
}
1.9.0 stable