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