mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-12-15 01:18:57 +03:00
7 lines
215 B
Plaintext
7 lines
215 B
Plaintext
|
|
Payment Processing System:
|
||
|
|
|
||
|
|
1. User: Represents a user with a balance.
|
||
|
|
|
||
|
|
2. Transaction: Represents a payment transaction between users.
|
||
|
|
|
||
|
|
3. PaymentProcessingSystem: Processes transactions and handles fund transfers.
|