Table of Contents

Namespace arolariu.Backend.Domain.Invoices.DTOs

Structs

CreateInvoiceDto

The Invoice DTO class represents the invoice data transfer object. The invoice data transfer object is used to transfer the invoice data from the client to the server. The data is transferred as a JSON object. This object is then deserialized into the Invoice DTO class.

CreateMerchantDto

The CreateMerchant DTO class represents the merchant data transfer object.

InvoiceStatusDto

The InvoiceStatus DTO class represents the invoice status data transfer object.

Enums

AnalysisOptions

This class represents the invoice analysis options DTO.