Files
Fonepay-Unity/Packages/com.darkmattergameproduction.fonepay-unity/Runtime/Models/TaxRefundResponse.cs
2026-05-07 17:42:48 +05:45

9 lines
178 B
C#

namespace Darkmatter.Fonepay
{
public struct TaxRefundResponse
{
public string fonepayTraceId;
public string message;
public bool success;
}
}