Table of Contents

Interface IInvoiceAnalysisFoundationService

Namespace
arolariu.Backend.Domain.Invoices.Services.Foundation.InvoiceAnalysis
Assembly
arolariu.Backend.Domain.Invoices.dll

The invoice analysis foundation service interface represents the foundation analysis service for the invoice domain.

public interface IInvoiceAnalysisFoundationService

Methods

AnalyzeInvoiceAsync(Invoice, AnalysisOptions)

Analyze an invoice.

Task<Invoice> AnalyzeInvoiceAsync(Invoice invoice, AnalysisOptions options)

Parameters

invoice Invoice
options AnalysisOptions

Returns

Task<Invoice>