namespace Domain.Entities.Donations.ValueObject; public enum WithdrawalStatus { Pending = 0, Processing = 1, Completed = 2, Rejected = 3 }