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": true
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.8.0 stable