Files
2026-05-07 17:42:48 +05:45

9 lines
114 B
C#

using System;
namespace Darkmatter.Fonepay
{
[Serializable]
public struct TransactionStatus
{
}
}