Files
Fonepay-Unity/Runtime/Models/Websocket/PaymentOutcome.cs
2026-05-07 17:42:48 +05:45

9 lines
133 B
C#

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