Files
Fonepay-Unity/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/TaxRefundResponse.cs
Savya Bikram Shah 9f620084b2 Added docs and test
2026-05-07 17:33:26 +05:45

9 lines
178 B
C#

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