mirror of
https://github.com/yawaflua/spworlds-csharp-library.git
synced 2025-12-10 04:29:25 +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