Files
Savya Bikram Shah 9f620084b2 Added docs and test
2026-05-07 17:33:26 +05:45

9 lines
133 B
C#

namespace Darkmatter.Fonepay
{
public enum PaymentOutcome
{
Failed,
Complete,
CancelledByUser
}
}