Files
point_of_sale_v2/PointOfSale/Pos.Models/Enums.cs
2026-07-30 10:11:54 +02:00

10 lines
104 B
C#

namespace Pos.Models;
public enum PaymentMethod
{
Cash,
Card,
GiftCard,
MobilePay
}