mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2025-10-11 16:28:50 -07:00
11 lines
108 B
C#
11 lines
108 B
C#
using System;
|
|
|
|
namespace sodoff.Schema;
|
|
|
|
public enum DeductibleType
|
|
{
|
|
Coins = 1,
|
|
VCash,
|
|
Item
|
|
}
|