Enum MerchantCategory
- Assembly
- arolariu.Backend.Domain.Invoices.dll
The invoice merchant category enum represents the available categories for an invoice merchant. This enum is used to categorize the invoice merchants. The categories are used to generate the invoice statistics.
[SuppressMessage("Naming", "CA1707:Identifiers should not contain underscores", Justification = "<Pending>")]
public enum MerchantCategory
Fields
NOT_DEFINED = 0Not defined = the merchant category was not defined.
LOCAL_SHOP = 100Local shop = the merchant is a local shop.
SUPERMARKET = 200Supermarket = the merchant is a supermarket.
HYPERMARKET = 300Hypermarket = the merchant is a hypermarket.
ONLINE_SHOP = 400Online shop = the merchant is an online shop.
OTHER = 9999Other = the merchant is not defined.