9 lines
178 B
C#
9 lines
178 B
C#
namespace Darkmatter.Fonepay
|
|
{
|
|
public struct TaxRefundResponse
|
|
{
|
|
public string fonepayTraceId;
|
|
public string message;
|
|
public bool success;
|
|
}
|
|
} |