public void RefundPayment() { Status = PaymentStatus.Refunded; }
public void ProcessPayment() { Status = PaymentStatus.Processed; }