system-design-primer/B4/Solutions/system_design/payment_processing/features.text

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.