Files
OOS/accountdata/Max.json
Safak cc1e044d26 fertige Tests für Payment und Transfer
Kleine Anpassungen im Exception Handling der Konstruktoren
2024-12-04 16:19:30 +01:00

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"
}
}
]