mirror of
https://github.com/yawaflua/Lava.NET.git
synced 2025-12-10 04:19:29 +02:00
Add project files.
This commit is contained in:
17
Types/LavaAPI/Default.cs
Normal file
17
Types/LavaAPI/Default.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Lava.NET.Types.LavaAPI
|
||||
{
|
||||
public class DefaultResponse : IBase
|
||||
{
|
||||
public string id { get; set; }
|
||||
public string status { get; set; }
|
||||
public string amount { get; set; }
|
||||
public int commission { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user