Assignment-9

This commit is contained in:
2026-06-20 00:18:49 +03:30
parent fa95f2ebeb
commit 1e7d204322
9 changed files with 87 additions and 109 deletions
@@ -1,8 +1,5 @@
package dev.banking.model;
/**
* Represents a withdrawal operation.
*/
public final class WithdrawTransaction extends Transaction {
private final int accountId;