mirror of
https://github.com/yawaflua/Lava.NET.git
synced 2025-12-10 12:29:35 +02:00
Add project files.
This commit is contained in:
23
Types/LavaAPI/WebhookResponse.cs
Normal file
23
Types/LavaAPI/WebhookResponse.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Lava.NET.Types.LavaAPI
|
||||
{
|
||||
public class WebhookResponse : IBase
|
||||
{
|
||||
public int type { get; set; }
|
||||
public string invoice_id { get; set; }
|
||||
public string order_id { get; set; }
|
||||
public string status { get; set; }
|
||||
public int pay_time { get; set; }
|
||||
public string amount { get; set; }
|
||||
public string custom_fields { get; set; }
|
||||
public string credited { get; set; }
|
||||
public string merchant_id { get; set; }
|
||||
public string merchant_name { get; set; }
|
||||
public string sign { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user