Table of Contents

Enum MerchantCategory

Namespace
arolariu.Backend.Domain.Invoices.DDD.Entities.Merchants
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.

public enum MerchantCategory

Fields

NOT_DEFINED = 0

Not defined = the merchant category was not defined.

LOCAL_SHOP = 100

Local shop = the merchant is a local shop.

SUPERMARKET = 200

Supermarket = the merchant is a supermarket.

HYPERMARKET = 300

Hypermarket = the merchant is a hypermarket.

ONLINE_SHOP = 400

Online shop = the merchant is an online shop.

OTHER = 9999

Other = the merchant is not defined.