billing
This commit is contained in:
parent
7b9078c6da
commit
42c08797e3
44 changed files with 2798 additions and 350 deletions
9
YavscLib/Workflow/IAccountBalance.cs
Normal file
9
YavscLib/Workflow/IAccountBalance.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace YavscLib
|
||||
{
|
||||
public interface IAccountBalance
|
||||
{
|
||||
long ContactCredits { get; set; }
|
||||
decimal Credits { get; set; }
|
||||
string UserId { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue