This commit is contained in:
18
AyaNovaQBI/NameIdActiveChargeCostItem.cs
Normal file
18
AyaNovaQBI/NameIdActiveChargeCostItem.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace AyaNovaQBI
|
||||
{
|
||||
public class NameIdActiveChargeCostItem
|
||||
{
|
||||
public long Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public bool Active { get; set; }
|
||||
public decimal Cost { get; set; }
|
||||
|
||||
public decimal Charge { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user