mirror of
https://github.com/yawaflua/spworlds-csharp-library.git
synced 2026-02-04 18:54:13 +02:00
update
This commit is contained in:
9
Types/PaymentData.cs
Normal file
9
Types/PaymentData.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace spworlds.Types;
|
||||
|
||||
public class PaymentData
|
||||
{
|
||||
public int Amount;
|
||||
public string RedirectUrl;
|
||||
public string WebHookUrl;
|
||||
public string Data;
|
||||
}
|
||||
Reference in New Issue
Block a user