Payment Gateway — Strategy Pattern
Class diagram of a payment system using the Strategy pattern: OrderService calls PaymentProcessor, which delegates to a PaymentGateway interface implemented by StripeGateway and PayPalGateway.
strategy patternclass diagrampayment gatewaystripepaypal
5 nodes
4 connections