namespace Domain.Entities.Donations.ValueObject; public enum SettlementStatus { Pending = 0, Approved = 1, Rejected = 2, Paid = 3 }