42 lines
890 B
JSON
42 lines
890 B
JSON
[
|
|
{
|
|
"CLASSNAME": "Payment",
|
|
"INSTANCE": {
|
|
"incomingInterest": 0.5,
|
|
"outgoingInterest": 0.25,
|
|
"date": "10.01.1988",
|
|
"amount": 1500.0,
|
|
"description": "Deposit; 1500"
|
|
}
|
|
},
|
|
{
|
|
"CLASSNAME": "IncomingTransfer",
|
|
"INSTANCE": {
|
|
"sender": "Eva",
|
|
"recipient": "Max",
|
|
"date": "01.01.2021",
|
|
"amount": 150.0,
|
|
"description": "Incoming Transfer; Eva-\u003eMax; 150"
|
|
}
|
|
},
|
|
{
|
|
"CLASSNAME": "OutgoingTransfer",
|
|
"INSTANCE": {
|
|
"sender": "Max",
|
|
"recipient": "Eva",
|
|
"date": "03.01.2021",
|
|
"amount": 50.0,
|
|
"description": "Outgoing Transfer; Max-\u003eEva; 50"
|
|
}
|
|
},
|
|
{
|
|
"CLASSNAME": "Payment",
|
|
"INSTANCE": {
|
|
"incomingInterest": 0.5,
|
|
"outgoingInterest": 0.25,
|
|
"date": "01.01.24",
|
|
"amount": 10.0,
|
|
"description": "Verwendungszweck P1"
|
|
}
|
|
}
|
|
] |