A dictionary with fields
Field | Type | Description |
---|---|---|
cost | Float | |
bankAccountNr | String | A String value |
returned | Bool | A boolean value |
refunded | Bool | A boolean value |
{
"cost": 9.67,
"bankAccountNr": "...",
"returned": true,
"refunded": true
}