mirror of
https://github.com/yawaflua/spworlds-csharp-library.git
synced 2025-12-10 04:29:25 +02:00
9 lines
163 B
C#
9 lines
163 B
C#
namespace spworlds.Types;
|
|
|
|
public class PaymentData
|
|
{
|
|
public int Amount;
|
|
public string RedirectUrl;
|
|
public string WebHookUrl;
|
|
public string Data;
|
|
} |