Table of Contents

Namespace arolariu.Backend.Domain.Invoices.DDD.ValueObjects.Products

Classes

Product

The invoice item record represents a single item from the invoice. This record is used to store the invoice item information in the database. The invoice item information is extracted from the invoice image using the OCR service.

Structs

ProductMetadata

Product metadata.

Enums

ProductCategory

The invoice item category enum represents the available categories for an invoice item. This enum is used to categorize the invoice items. The categories are used to generate the invoice statistics.