Table of Contents

Enum InvoiceCategory

Namespace
arolariu.Backend.Domain.Invoices.DDD.AggregatorRoots.Invoices
Assembly
arolariu.Backend.Domain.Invoices.dll

The invoice category.

public enum InvoiceCategory

Fields

NOT_DEFINED = 0

Not defined = the invoice category was not defined.

GROCERY = 100

Grocery = the invoice is a grocery invoice.

FAST_FOOD = 200

Fast food = the invoice is a fast food invoice.

HOME_CLEANING = 300

Home cleaning = the invoice is made of home cleaning products.

CAR_AUTO = 400

Car auto = the invoice is made of car parts / automotive products.

OTHER = 9999

Other = the invoice is an other invoice.