10 lines
No EOL
144 B
C#
10 lines
No EOL
144 B
C#
#nullable disable
|
|
namespace Ellie.Modules.Patronage;
|
|
|
|
public enum SubscriptionChargeStatus
|
|
{
|
|
Paid,
|
|
Refunded,
|
|
Unpaid,
|
|
Other,
|
|
} |