mirror of
https://github.com/yawaflua/spworlds-csharp-library.git
synced 2026-02-04 18:54:13 +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;
|
|
} |