aboutsummaryrefslogtreecommitdiffstats
path: root/src/Data/Enums/OrderPaymentType.cs
blob: 73df3b9a0d42a7501ff0f8cd05eae5338988d769 (plain) (blame)
1
2
3
4
5
6
7
namespace VSH.Data.Enums;

public enum OrderPaymentType
{
	VIPPS = 0,
	INVOICE_BY_EMAIL = 1
}